Skip to content

Commit 46981d1

Browse files
Update Lib/test/datetimetester.py
style alignment, space after functional argument, as requested Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent b0ca1d2 commit 46981d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/test/datetimetester.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,8 +1222,8 @@ def test_strptime_F_format(self):
12221222
def test_strptime_T_format(self):
12231223
test_time = "15:00:00"
12241224
self.assertEqual(
1225-
datetime.strptime(test_time,"%T"),
1226-
datetime.strptime(test_time,"%H:%M:%S")
1225+
datetime.strptime(test_time, "%T"),
1226+
datetime.strptime(test_time, "%H:%M:%S")
12271227
)
12281228

12291229
class SubclassDate(date):

0 commit comments

Comments
 (0)