Skip to content

Commit a021d20

Browse files
Match the test formatting to Ruff
Signed-off-by: Ali Zulfiqar <codewithfourtix@gmail.com>
1 parent 8705c9d commit a021d20

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_timeutils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ def test_tstamp2time9(self):
193193
def test_tstamp2time_raise(self):
194194
self.assertRaises(ValueError, tstamp2time, "201011A12T13:14:15Z")
195195

196-
197196
def test_tstamp2time_scales_fractional_seconds(self):
198197
for fraction, expected in (
199198
("1", 100000),

0 commit comments

Comments
 (0)