Skip to content

Commit 6a17c55

Browse files
committed
Fix test
1 parent f0c58ae commit 6a17c55

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Lib/test/test_concurrent_futures/test_interpreter_pool.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -483,9 +483,6 @@ def test_import_interpreter_pool_executor(self):
483483
else:
484484
print('ImportError not raised!', file=sys.stderr)
485485
sys.exit(1)
486-
487-
488-
from concurrent.futures import *
489486
""")
490487

491488
cmd = [sys.executable, '-c', code]

0 commit comments

Comments
 (0)