Skip to content

Commit

Permalink
Remove _INDEX_TYPES
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockmendel committed Aug 2, 2017
1 parent 55919f1 commit a556fd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pandas/core/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -2951,7 +2951,6 @@ def _dir_additions(self):
Series._add_numeric_operations()
Series._add_series_only_operations()
Series._add_series_or_dataframe_operations()
_INDEX_TYPES = np.ndarray, Index, list, tuple

# -----------------------------------------------------------------------------
# Supplementary functions
Expand Down

0 comments on commit a556fd9

Please sign in to comment.