bpo-40443: Remove unused imports in distutils (GH-19802)

This commit is contained in:
Victor Stinner 2020-04-30 11:28:09 +02:00 committed by GitHub
parent 90549676e0
commit e488e300f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 6 additions and 17 deletions

View file

@ -7,7 +7,6 @@ index).
import os
import io
import platform
import hashlib
from base64 import standard_b64encode
from urllib.request import urlopen, Request, HTTPError