mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #20976: pyflakes: Remove unused imports
This commit is contained in:
parent
69b1e261fc
commit
7fa767e517
43 changed files with 11 additions and 64 deletions
|
@ -11,7 +11,6 @@
|
|||
# python" would probably leave unlinked semaphores.
|
||||
#
|
||||
|
||||
import errno
|
||||
import os
|
||||
import signal
|
||||
import sys
|
||||
|
@ -21,7 +20,6 @@ import _multiprocessing
|
|||
|
||||
from . import spawn
|
||||
from . import util
|
||||
from . import current_process
|
||||
|
||||
__all__ = ['ensure_running', 'register', 'unregister']
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue