From 139bccb2f017622efd6c31f72aab97356a22090b Mon Sep 17 00:00:00 2001 From: Piers Lauder Date: Sat, 27 Jul 2002 07:10:14 +0000 Subject: [PATCH] remove redundant import --- Lib/test/test_imaplib.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/test_imaplib.py b/Lib/test/test_imaplib.py index 98d6de9762..33f6f8e7a9 100644 --- a/Lib/test/test_imaplib.py +++ b/Lib/test/test_imaplib.py @@ -1,5 +1,4 @@ import imaplib -import time # Can't use time.time() values, as they are O/S specific -- 2.40.0