Skip to content

Commit d8b0591

Browse files
authored
CLN: Remove redundant mixin to TimedeltaIndex (#33679)
1 parent c1f4c5d commit d8b0591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/timedeltas.py

Lines changed: 1 addition & 1 deletion
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)