mirror of
https://github.com/python/cpython.git
synced 2024-11-24 10:24:35 +08:00
Remove unused imports, clean up trailing whitespace.
This commit is contained in:
parent
ea752fbb86
commit
1e2fb57b5f
@ -1,4 +1,3 @@
|
||||
from test_support import verify,verbose
|
||||
import imaplib
|
||||
import time
|
||||
|
||||
@ -11,4 +10,3 @@ timevalues = [2000000000, 2000000000.0, time.localtime(2000000000),
|
||||
|
||||
for t in timevalues:
|
||||
imaplib.Time2Internaldate(t)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user