Skip to content

Commit 9171ffd

Browse files
jbrockmendelrhshadrach
authored andcommitted
CLN: Remove redundant mixin to TimedeltaIndex (pandas-dev#33679)
1 parent e4b25d1 commit 9171ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/timedeltas.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
],
5252
TimedeltaArray,
5353
)
54-
class TimedeltaIndex(DatetimeTimedeltaMixin, dtl.TimelikeOps):
54+
class TimedeltaIndex(DatetimeTimedeltaMixin):
5555
"""
5656
Immutable ndarray of timedelta64 data, represented internally as int64, and
5757
which can be boxed to timedelta objects.

0 commit comments

Comments
 (0)