Remove unused imports, clean up trailing whitespace.

This commit is contained in:
Fred Drake 2002-01-05 17:12:57 +00:00
parent ea752fbb86
commit 1e2fb57b5f

View file

@ -1,4 +1,3 @@
from test_support import verify,verbose
import imaplib
import time
@ -11,4 +10,3 @@
for t in timevalues:
imaplib.Time2Internaldate(t)