Skip to content

Commit 02d642b

Browse files
Remove empty line
1 parent 5c471b3 commit 02d642b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/scalar/timedelta/test_timedelta.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ def test_unit_parser(self, unit, np_unit, wrapper, warning):
260260
tm.assert_index_equal(result, expected)
261261
with tm.assert_produces_warning(warning, check_stacklevel=False):
262262
result = to_timedelta(wrapper(str_repr))
263-
264263
tm.assert_index_equal(result, expected)
265264

266265
# scalar

0 commit comments

Comments
 (0)