mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
bpo-40443: Remove unused imports in tests (GH-19804)
This commit is contained in:
parent
57572b103e
commit
b1e11c31c5
18 changed files with 2 additions and 20 deletions
|
@ -8,7 +8,6 @@ from test.support import run_unittest, missing_compiler_executable
|
|||
from distutils.command.build_clib import build_clib
|
||||
from distutils.errors import DistutilsSetupError
|
||||
from distutils.tests import support
|
||||
from distutils.spawn import find_executable
|
||||
|
||||
class BuildCLibTestCase(support.TempdirManager,
|
||||
support.LoggingSilencer,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue