summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/test_unix_events.py
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2019-07-01 18:02:39 (GMT)
committerGitHub <noreply@github.com>2019-07-01 18:02:39 (GMT)
commite34b5f4d6483187969d5149c801d056b72ef2ddb (patch)
treef2a975aa16be21fc1a213856f5243194a17a2103 /Lib/test/test_asyncio/test_unix_events.py
parent8cbffc4d96d1da0fbc38da6f34f2da30c5ffd601 (diff)
downloadcpython-e34b5f4d6483187969d5149c801d056b72ef2ddb.zip
cpython-e34b5f4d6483187969d5149c801d056b72ef2ddb.tar.gz
cpython-e34b5f4d6483187969d5149c801d056b72ef2ddb.tar.bz2
Remove unused imports in tests (GH-14518) (GH-14522)
(cherry picked from commit 8f4ef3b019ce380022018587571b0f970e668de3)
Diffstat (limited to 'Lib/test/test_asyncio/test_unix_events.py')
-rw-r--r--Lib/test/test_asyncio/test_unix_events.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_asyncio/test_unix_events.py b/Lib/test/test_asyncio/test_unix_events.py
index ec171fa..51d474c 100644
--- a/Lib/test/test_asyncio/test_unix_events.py
+++ b/Lib/test/test_asyncio/test_unix_events.py
@@ -22,7 +22,6 @@ if sys.platform == 'win32':
import asyncio
from asyncio import log
-from asyncio import base_events
from asyncio import events
from asyncio import unix_events
from test.test_asyncio import utils as test_utils