Remove unused or redundant imports in concurrent.futures and multiprocessing.

This commit is contained in:
Florent Xicluna 2011-11-11 20:05:50 +01:00
parent f8240d6564
commit 04842a84c3
12 changed files with 7 additions and 28 deletions

View file

@ -39,7 +39,6 @@ import os
import threading
import collections
import time
import atexit
import weakref
import errno