Skip to content

Commit 7d4c618

Browse files
Update Lib/test/datetimetester.py
style alignment, add space after function arguments as requested Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent 29ba043 commit 7d4c618

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
@@ -1215,8 +1215,8 @@ def test_strptime_leap_year(self):
12151215
def test_strptime_F_format(self):
12161216
test_date = "2025-10-26"
12171217
self.assertEqual(
1218-
datetime.strptime(test_date,"%F"),
1219-
datetime.strptime(test_date,"%Y-%m-%d")
1218+
datetime.strptime(test_date, "%F"),
1219+
datetime.strptime(test_date, "%Y-%m-%d")
12201220
)
12211221

12221222
def test_strptime_T_format(self):

0 commit comments

Comments
 (0)