Skip to content

Commit 2fb70a2

Browse files
author
Victor
committed
Fixed linting.
1 parent 3c5b319 commit 2fb70a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/tests/scalar/timedelta/test_construction.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -228,5 +228,5 @@ def __exit__(self, exc_type, exc_val, exc_tb):
228228
0.001, 1, 10])
229229
def test_string_with_unit(num, sign, unit, redundant_unit, expectation):
230230
with expectation:
231-
assert Timedelta(str(sign * num) + redundant_unit, unit=unit) \
232-
== Timedelta(sign * num, unit=unit)
231+
assert Timedelta(str(sign * num) + redundant_unit, unit=unit)\
232+
== Timedelta(sign * num, unit=unit)

0 commit comments

Comments
 (0)