summaryrefslogtreecommitdiffstats
path: root/Lib/concurrent
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/concurrent')
-rw-r--r--Lib/concurrent/futures/process.py1
-rw-r--r--Lib/concurrent/futures/thread.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/Lib/concurrent/futures/process.py b/Lib/concurrent/futures/process.py
index a76e2c9..90bc98b 100644
--- a/Lib/concurrent/futures/process.py
+++ b/Lib/concurrent/futures/process.py
@@ -45,7 +45,6 @@ Process #1..n:
__author__ = 'Brian Quinlan (brian@sweetapp.com)'
-import atexit
import os
from concurrent.futures import _base
import queue
diff --git a/Lib/concurrent/futures/thread.py b/Lib/concurrent/futures/thread.py
index 2810b35..b7a2cac 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