mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
gh-131152: Remove unused imports from tests (#131153)
This commit is contained in:
parent
0c6c52f496
commit
73ab9e2ede
22 changed files with 10 additions and 34 deletions
|
|
@ -22,7 +22,6 @@ import errno
|
|||
import unittest
|
||||
from unittest import mock
|
||||
import weakref
|
||||
import warnings
|
||||
if sys.platform not in ('win32', 'vxworks'):
|
||||
import tty
|
||||
|
||||
|
|
@ -36,7 +35,6 @@ from test import support
|
|||
from test.support import socket_helper
|
||||
from test.support import threading_helper
|
||||
from test.support import ALWAYS_EQ, LARGEST, SMALLEST
|
||||
from test.support import warnings_helper
|
||||
|
||||
def tearDownModule():
|
||||
asyncio._set_event_loop_policy(None)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue