summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_concurrent_futures/test_process_pool.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_concurrent_futures/test_process_pool.py')
-rw-r--r--Lib/test/test_concurrent_futures/test_process_pool.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_concurrent_futures/test_process_pool.py b/Lib/test/test_concurrent_futures/test_process_pool.py
index 62503bf..3f13a19 100644
--- a/Lib/test/test_concurrent_futures/test_process_pool.py
+++ b/Lib/test/test_concurrent_futures/test_process_pool.py
@@ -1,6 +1,5 @@
import os
import queue
-import signal
import sys
import threading
import time