Skip to content

Commit b8d6e5f

Browse files
committed
Remove un-needed imports
1 parent 4429b2f commit b8d6e5f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Lib/concurrent/futures/process.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
import weakref
5959
from functools import partial
6060
import itertools
61-
import signal
6261
import sys
6362
from traceback import format_exception
6463

Lib/test/test_concurrent_futures/test_process_pool.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import multiprocessing
22
import os
33
import queue
4-
import signal
54
import sys
65
import threading
76
import time

0 commit comments

Comments
 (0)