mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Issue #23277: Remove unused imports in tests.
This commit is contained in:
parent
597d15afe4
commit
e437a10d15
79 changed files with 23 additions and 117 deletions
|
|
@ -3,11 +3,10 @@ import unittest
|
|||
import sys
|
||||
import os
|
||||
from io import BytesIO
|
||||
import subprocess
|
||||
from test.support import run_unittest
|
||||
|
||||
from distutils import cygwinccompiler
|
||||
from distutils.cygwinccompiler import (CygwinCCompiler, check_config_h,
|
||||
from distutils.cygwinccompiler import (check_config_h,
|
||||
CONFIG_H_OK, CONFIG_H_NOTOK,
|
||||
CONFIG_H_UNCERTAIN, get_versions,
|
||||
get_msvcr)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue