Skip to content

Commit b6271bb

Browse files
committed
reverted back to old implmention to try again
1 parent c7a8c8e commit b6271bb

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
@@ -1944,10 +1944,6 @@ class Timedelta(_Timedelta):
19441944

19451945
_req_any_kwargs_new = {"weeks", "days", "hours", "minutes", "seconds",
19461946
"milliseconds", "microseconds", "nanoseconds"}
1947-
1948-
Timedelta.min = Timedelta(np.timedelta64(np.iinfo(np.int64).min + 1, 'ns'))
1949-
Timedelta.max = Timedelta(np.timedelta64(np.iinfo(np.int64).max, 'ns'))
1950-
Timedelta.resolution = Timedelta(1, unit='ns')
19511947

19521948
def __new__(cls, object value=_no_input, unit=None, **kwargs):
19531949
if value is _no_input:

0 commit comments

Comments
 (0)