mirror of
https://github.com/python/cpython.git
synced 2025-08-28 12:45:07 +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
|
@ -1,11 +1,9 @@
|
|||
"""Tests for unix_events.py."""
|
||||
|
||||
import collections
|
||||
import gc
|
||||
import errno
|
||||
import io
|
||||
import os
|
||||
import pprint
|
||||
import signal
|
||||
import socket
|
||||
import stat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue