Skip to content

Commit 09c2c91

Browse files
committed
wrong branch
1 parent e66c18b commit 09c2c91

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/indexes/datetimelike.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ class DatetimeIndexOpsMixin(ExtensionOpsMixin):
4141
# override DatetimeLikeArrayMixin method
4242
copy = Index.copy
4343
view = Index.view
44-
__setitem__ = Index.__setitem__
4544

4645
# DatetimeLikeArrayMixin assumes subclasses are mutable, so these are
4746
# properties there. They can be made into cache_readonly for Index

0 commit comments

Comments
 (0)