Skip to content

Commit

Permalink
Remove unused method (#22321)
Browse files Browse the repository at this point in the history
  • Loading branch information
alimcmaster1 authored and jreback committed Aug 14, 2018
1 parent 99dc764 commit 1ea9664
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pandas/core/indexes/multi.py
Original file line number Diff line number Diff line change
Expand Up @@ -752,11 +752,6 @@ def _constructor(self):
def inferred_type(self):
return 'mixed'

@staticmethod
def _from_elements(values, labels=None, levels=None, names=None,
sortorder=None):
return MultiIndex(levels, labels, names, sortorder=sortorder)

def _get_level_number(self, level):
count = self.names.count(level)
if (count > 1) and not is_integer(level):
Expand Down

0 comments on commit 1ea9664

Please sign in to comment.