mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
asyncio: remove unused imports and unused variables noticed by pyflakes
This commit is contained in:
parent
6f24d83ac6
commit
b4c9388947
7 changed files with 2 additions and 11 deletions
|
@ -15,7 +15,6 @@ from . import base_events
|
|||
from . import base_subprocess
|
||||
from . import constants
|
||||
from . import events
|
||||
from . import protocols
|
||||
from . import selector_events
|
||||
from . import tasks
|
||||
from . import transports
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue