bpo-40443: Remove unused imports in the stdlib (GH-19803)

This commit is contained in:
Victor Stinner 2020-04-30 11:26:33 +02:00 committed by GitHub
parent 3209cbd99b
commit 90549676e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 0 additions and 12 deletions

View file

@ -4,7 +4,6 @@ Read and write ZIP files.
XXX references to utf-8 need further investigation.
"""
import binascii
import functools
import importlib.util
import io
import itertools