mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
Remove unused imports in tests (GH-14518) (GH-14520)
(cherry picked from commit 8f4ef3b019
)
This commit is contained in:
parent
59ec9ee4d7
commit
466e18e8c2
53 changed files with 31 additions and 84 deletions
|
@ -9,7 +9,7 @@ import weakref
|
|||
import errno
|
||||
|
||||
from test.support import (TESTFN, captured_stderr, check_impl_detail,
|
||||
check_warnings, cpython_only, gc_collect, run_unittest,
|
||||
check_warnings, cpython_only, gc_collect,
|
||||
no_tracing, unlink, import_module, script_helper,
|
||||
SuppressCrashReport)
|
||||
from test import support
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue