Removed an unused import

This commit is contained in:
Alex Grönholm 2015-05-12 09:36:58 +03:00
parent 9eb69a38ff
commit bedac7cc11
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ from concurrent.futures._base import (FIRST_COMPLETED,
wait,
as_completed)
from concurrent.futures.thread import ThreadPoolExecutor
import sys
try:
from concurrent.futures.process import ProcessPoolExecutor