mirror of
https://github.com/python/cpython.git
synced 2025-07-16 07:45:20 +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
|
@ -9,12 +9,9 @@ __all__ = ['AbstractEventLoopPolicy',
|
|||
]
|
||||
|
||||
import subprocess
|
||||
import sys
|
||||
import threading
|
||||
import socket
|
||||
|
||||
from .log import logger
|
||||
|
||||
|
||||
class Handle:
|
||||
"""Object returned by callback registration methods."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue