Skip to content

Commit 0749625

Browse files
committed
white space
1 parent 45de848 commit 0749625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/timedeltas.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1957,7 +1957,7 @@ class Timedelta(_Timedelta):
19571957
_req_any_kwargs_new = {"weeks", "days", "hours", "minutes", "seconds",
19581958
"milliseconds", "microseconds", "nanoseconds"}
19591959

1960-
min = MinMaxReso("min")
1960+
min = MinMaxReso("min")
19611961
# Timedelta: The smallest representable duration.
19621962

19631963
max = MinMaxReso("max")

0 commit comments

Comments
 (0)