mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
fixed whitespace
This commit is contained in:
parent
8141cc7f88
commit
648921371e
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class TestImaplib(unittest.TestCase):
|
||||||
return [2000000000, 2000000000.0, time.localtime(2000000000),
|
return [2000000000, 2000000000.0, time.localtime(2000000000),
|
||||||
(2033, 5, 18, 5, 33, 20, -1, -1, -1),
|
(2033, 5, 18, 5, 33, 20, -1, -1, -1),
|
||||||
(2033, 5, 18, 5, 33, 20, -1, -1, 1),
|
(2033, 5, 18, 5, 33, 20, -1, -1, 1),
|
||||||
datetime.fromtimestamp(2000000000,
|
datetime.fromtimestamp(2000000000,
|
||||||
timezone(timedelta(0, 2*60*60))),
|
timezone(timedelta(0, 2*60*60))),
|
||||||
'"18-May-2033 05:33:20 +0200"']
|
'"18-May-2033 05:33:20 +0200"']
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue