mirror of
https://github.com/python/cpython.git
synced 2025-10-21 22:22:48 +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
|
@ -12,7 +12,6 @@ from distutils.ccompiler import get_default_compiler
|
|||
from distutils.tests import support
|
||||
from test.support import run_unittest, swap_item, requires_subprocess, is_wasi
|
||||
from test.support.os_helper import TESTFN
|
||||
from test.support.warnings_helper import check_warnings
|
||||
|
||||
|
||||
class SysconfigTestCase(support.EnvironGuard, unittest.TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue