mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +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
|
@ -11,7 +11,6 @@ from test.support import (
|
|||
from test.support.import_helper import import_module
|
||||
from test.support.os_helper import (TESTFN, unlink, skip_unless_symlink,
|
||||
change_cwd)
|
||||
from test.support.warnings_helper import check_warnings
|
||||
|
||||
import sysconfig
|
||||
from sysconfig import (get_paths, get_platform, get_config_vars,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue