Skip to content

Commit 7e951e4

Browse files
committed
special casing followup
1 parent b50fedf commit 7e951e4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pandas/core/indexes/timedeltas.py

-6
Original file line numberDiff line numberDiff line change
@@ -227,12 +227,6 @@ def _format_native_types(self, na_rep=u'NaT', date_format=None, **kwargs):
227227
# -------------------------------------------------------------------
228228
# Wrapping TimedeltaArray
229229

230-
# override non-caching implementations from TimedeltaArray with
231-
# _engine-based implementations that take advantage of Index immutability
232-
is_monotonic_increasing = Index.is_monotonic_increasing
233-
is_monotonic_decreasing = Index.is_monotonic_decreasing
234-
is_unique = Index.is_unique
235-
236230
__mul__ = Index.__mul__
237231
__rmul__ = Index.__rmul__
238232
__truediv__ = Index.__truediv__

0 commit comments

Comments
 (0)