mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
asyncio: sync with Tulip
* Fix pyflakes warnings: remove unused imports and variables * asyncio.test_support now uses test.support and test.script_helper if available
This commit is contained in:
parent
fe02e39029
commit
d7ff5a5375
8 changed files with 17 additions and 23 deletions
|
@ -27,7 +27,7 @@ from asyncio import proactor_events
|
|||
from asyncio import selector_events
|
||||
from asyncio import test_utils
|
||||
try:
|
||||
from test import support # find_unused_port, IPV6_ENABLED, TEST_HOME_DIR
|
||||
from test import support
|
||||
except ImportError:
|
||||
from asyncio import test_support as support
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue