mirror of
https://github.com/python/cpython.git
synced 2025-10-07 07:31:46 +00:00
bpo-40443: Remove unused imports in the stdlib (GH-19803)
This commit is contained in:
parent
3209cbd99b
commit
90549676e0
10 changed files with 0 additions and 12 deletions
|
@ -5,7 +5,6 @@ try:
|
|||
except ImportError: # pragma: no cover
|
||||
ssl = None
|
||||
|
||||
from . import base_events
|
||||
from . import constants
|
||||
from . import protocols
|
||||
from . import transports
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue