Skip to content

Commit 0c401f1

Browse files
committed
removed min, max, res call
1 parent 958085c commit 0c401f1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pandas/_libs/tslibs/timedeltas.pyx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1943,10 +1943,6 @@ class Timedelta(_Timedelta):
19431943
We see that either way we get the same result
19441944
"""
19451945

1946-
min = _Timedelta.min
1947-
max = _Timedelta.max
1948-
resolution = _Timedelta.resolution
1949-
19501946
_req_any_kwargs_new = {"weeks", "days", "hours", "minutes", "seconds",
19511947
"milliseconds", "microseconds", "nanoseconds"}
19521948

0 commit comments

Comments
 (0)