From 90549676e063c2c818cfc14213d3adb7edcc2bd5 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Thu, 30 Apr 2020 11:26:33 +0200 Subject: bpo-40443: Remove unused imports in the stdlib (GH-19803) --- Lib/concurrent/futures/thread.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Lib/concurrent/futures/thread.py') diff --git a/Lib/concurrent/futures/thread.py b/Lib/concurrent/futures/thread.py index 2810b357bc1..b7a2cac7f57 100644 --- a/Lib/concurrent/futures/thread.py +++ b/Lib/concurrent/futures/thread.py @@ -5,7 +5,6 @@ __author__ = 'Brian Quinlan (brian@sweetapp.com)' -import atexit from concurrent.futures import _base import itertools import queue -- cgit v1.2.3