mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
gh-134357: Remove unused imports in tests (#134340)
This commit is contained in:
parent
24a47155d2
commit
328a778db8
35 changed files with 26 additions and 48 deletions
|
@ -9,7 +9,6 @@ from test.support import import_helper, Py_DEBUG
|
|||
_queues = import_helper.import_module('_interpqueues')
|
||||
from test.support import interpreters
|
||||
from test.support.interpreters import queues, _crossinterp
|
||||
import test._crossinterp_definitions as defs
|
||||
from .utils import _run_output, TestBase as _TestBase
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue