mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +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
|
@ -15,7 +15,7 @@ from .cmdline import _parse_args, Namespace
|
|||
from .findtests import findtests, split_test_packages, list_cases
|
||||
from .logger import Logger
|
||||
from .pgo import setup_pgo_tests
|
||||
from .result import State, TestResult
|
||||
from .result import TestResult
|
||||
from .results import TestResults, EXITCODE_INTERRUPTED
|
||||
from .runtests import RunTests, HuntRefleak
|
||||
from .setup import setup_process, setup_test_dir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue