mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Remove unused imports, clean up trailing whitespace.
This commit is contained in:
parent
ea752fbb86
commit
1e2fb57b5f
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue