diff options
Diffstat (limited to 'Lib/test/test_concurrent_futures/test_interpreter_pool.py')
-rw-r--r-- | Lib/test/test_concurrent_futures/test_interpreter_pool.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_concurrent_futures/test_interpreter_pool.py b/Lib/test/test_concurrent_futures/test_interpreter_pool.py index 93eec08bfe1..f6c62ae4b20 100644 --- a/Lib/test/test_concurrent_futures/test_interpreter_pool.py +++ b/Lib/test/test_concurrent_futures/test_interpreter_pool.py @@ -3,7 +3,6 @@ import contextlib import io import os import pickle -import sys import time import unittest from concurrent.futures.interpreter import ( |