mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +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
|
@ -8,7 +8,6 @@ import enum
|
|||
|
||||
from . import exceptions
|
||||
from . import mixins
|
||||
from . import tasks
|
||||
|
||||
class _ContextManagerMixin:
|
||||
async def __aenter__(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue