mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-40443: Remove unused imports in distutils (GH-19802)
This commit is contained in:
parent
90549676e0
commit
e488e300f5
11 changed files with 6 additions and 17 deletions
|
@ -15,7 +15,6 @@ import re
|
|||
import sys
|
||||
|
||||
from .errors import DistutilsPlatformError
|
||||
from .util import get_platform, get_host_platform
|
||||
|
||||
# These are needed in a couple of spots, so just compute them once.
|
||||
PREFIX = os.path.normpath(sys.prefix)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue