mirror of https://github.com/python/cpython
Closes issue #20728: Remove unused import added in rev 42366e293b7b and
noticed by Claudiu Popa.
This commit is contained in:
parent
9fb137cc3f
commit
6c6596ec52
|
@ -9,7 +9,6 @@
|
||||||
import re
|
import re
|
||||||
import struct
|
import struct
|
||||||
import binascii
|
import binascii
|
||||||
import itertools
|
|
||||||
|
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
|
|
Loading…
Reference in New Issue