mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
asyncio: remove unused imports and unused variables noticed by pyflakes
This commit is contained in:
parent
2c7203c6f5
commit
da492a8c39
7 changed files with 2 additions and 11 deletions
|
@ -11,7 +11,6 @@ import sys
|
|||
import traceback
|
||||
|
||||
from . import events
|
||||
from .log import logger
|
||||
|
||||
# States for Future.
|
||||
_PENDING = 'PENDING'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue