Skip to content
Merged
3 changes: 0 additions & 3 deletions Lib/test/test_concurrent_futures/test_interpreter_pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,9 +483,6 @@ def test_import_interpreter_pool_executor(self):
else:
print('ImportError not raised!', file=sys.stderr)
sys.exit(1)


from concurrent.futures import *
""")

cmd = [sys.executable, '-c', code]
Expand Down
Loading