diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2011-11-11 19:05:50 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2011-11-11 19:05:50 (GMT) |
commit | 04842a84c31d82d9c2255e6575344412c58e518e (patch) | |
tree | 9f4627fbf8715735104187c417d1c5e2f7f6ebc5 /Lib/concurrent/futures/_base.py | |
parent | f8240d6564c6d8f166256fca9b0fb6e9b89c7db1 (diff) | |
download | cpython-04842a84c31d82d9c2255e6575344412c58e518e.zip cpython-04842a84c31d82d9c2255e6575344412c58e518e.tar.gz cpython-04842a84c31d82d9c2255e6575344412c58e518e.tar.bz2 |
Remove unused or redundant imports in concurrent.futures and multiprocessing.
Diffstat (limited to 'Lib/concurrent/futures/_base.py')
-rw-r--r-- | Lib/concurrent/futures/_base.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/concurrent/futures/_base.py b/Lib/concurrent/futures/_base.py index 6cfded3..3b097b5 100644 --- a/Lib/concurrent/futures/_base.py +++ b/Lib/concurrent/futures/_base.py @@ -4,7 +4,6 @@ __author__ = 'Brian Quinlan (brian@sweetapp.com)' import collections -import functools import logging import threading import time |