Skip to content

Commit

Permalink
white space
Browse files Browse the repository at this point in the history
  • Loading branch information
brownl83 committed Dec 4, 2024
1 parent 45de848 commit 0749625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/_libs/tslibs/timedeltas.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1957,7 +1957,7 @@ class Timedelta(_Timedelta):
_req_any_kwargs_new = {"weeks", "days", "hours", "minutes", "seconds",
"milliseconds", "microseconds", "nanoseconds"}

min = MinMaxReso("min")
min = MinMaxReso("min")
# Timedelta: The smallest representable duration.

max = MinMaxReso("max")
Expand Down

0 comments on commit 0749625

Please sign in to comment.