mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
gh-84623: Remove unused imports in stdlib (#93773)
This commit is contained in:
parent
65ac273280
commit
259dd71c32
12 changed files with 3 additions and 12 deletions
|
@ -1,7 +1,6 @@
|
|||
__all__ = ()
|
||||
|
||||
import reprlib
|
||||
from _thread import get_ident
|
||||
|
||||
from . import format_helpers
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@ import collections.abc
|
|||
import inspect
|
||||
import os
|
||||
import sys
|
||||
import traceback
|
||||
import types
|
||||
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@ import enum
|
|||
|
||||
from . import exceptions
|
||||
from . import mixins
|
||||
from . import tasks
|
||||
|
||||
class _ContextManagerMixin:
|
||||
async def __aenter__(self):
|
||||
|
|
|
@ -5,7 +5,6 @@ import enum
|
|||
import functools
|
||||
import threading
|
||||
import signal
|
||||
import sys
|
||||
from . import coroutines
|
||||
from . import events
|
||||
from . import exceptions
|
||||
|
|
|
@ -4,7 +4,6 @@ __all__ = (
|
|||
|
||||
import socket
|
||||
import sys
|
||||
import warnings
|
||||
import weakref
|
||||
|
||||
if hasattr(socket, 'AF_UNIX'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue