mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
bpo-40443: Remove unused imports in the stdlib (GH-19803)
This commit is contained in:
parent
3209cbd99b
commit
90549676e0
10 changed files with 0 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue