mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Replace import * with explicit import
This commit is contained in:
parent
7ae0fde001
commit
6f71726ecd
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import platform
|
|||
from base64 import standard_b64encode
|
||||
from urllib.request import urlopen, Request, HTTPError
|
||||
from urllib.parse import urlparse
|
||||
from distutils.errors import *
|
||||
from distutils.errors import DistutilsOptionError
|
||||
from distutils.core import PyPIRCCommand
|
||||
from distutils.spawn import spawn
|
||||
from distutils import log
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue