mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
gh-84623: Remove unused imports in tests (#93772)
This commit is contained in:
parent
65ff27c7d3
commit
3ceb4b8d3a
52 changed files with 8 additions and 65 deletions
|
|
@ -29,7 +29,6 @@ if sys.platform not in ('win32', 'vxworks'):
|
|||
import asyncio
|
||||
from asyncio import coroutines
|
||||
from asyncio import events
|
||||
from asyncio import proactor_events
|
||||
from asyncio import selector_events
|
||||
from test.test_asyncio import utils as test_utils
|
||||
from test import support
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue