Skip to content

Commit 6c6596e

Browse files
committed
Closes issue #20728: Remove unused import added in rev 42366e293b7b and
noticed by Claudiu Popa.
1 parent 9fb137c commit 6c6596e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/base64.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import re
1010
import struct
1111
import binascii
12-
import itertools
1312

1413

1514
__all__ = [

0 commit comments

Comments
 (0)