Skip to content

Commit 7ac6583

Browse files
committed
Remove _INDEX_TYPES
1 parent 4aa66d1 commit 7ac6583

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/series.py

-1
Original file line numberDiff line numberDiff line change
@@ -2951,7 +2951,6 @@ def _dir_additions(self):
29512951
Series._add_numeric_operations()
29522952
Series._add_series_only_operations()
29532953
Series._add_series_or_dataframe_operations()
2954-
_INDEX_TYPES = np.ndarray, Index, list, tuple
29552954

29562955
# -----------------------------------------------------------------------------
29572956
# Supplementary functions

0 commit comments

Comments
 (0)