Skip to content

Commit 98297a1

Browse files
committed
lint
1 parent bae2e30 commit 98297a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/datetimetester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7103,7 +7103,7 @@ def test_time_from_timeandfold(self):
71037103
self.assertEqual(c_api_time.fold, exp_time.fold)
71047104

71057105
def test_delta_from_dsu(self):
7106-
return
7106+
return
71077107
# BUG
71087108
exp_delta = timedelta(26, 55, 99999, nanoseconds=2)
71097109
print(exp_delta, exp_delta.days, exp_delta.seconds, exp_delta.microseconds, exp_delta.nanoseconds)

0 commit comments

Comments
 (0)