From 6c6596ec52256f3b98475f83f4a7e476094b55f9 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Sun, 2 Mar 2014 04:17:01 -0500 Subject: [PATCH] Closes issue #20728: Remove unused import added in rev 42366e293b7b and noticed by Claudiu Popa. --- Lib/base64.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/base64.py b/Lib/base64.py index 573f76d361..ad154ae0ae 100755 --- a/Lib/base64.py +++ b/Lib/base64.py @@ -9,7 +9,6 @@ import re import struct import binascii -import itertools __all__ = [ -- 2.40.0