Skip to content

Commit 54bc56b

Browse files
committed
Remove relundant code
1 parent f9740c7 commit 54bc56b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pandas/core/arrays/interval.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -842,16 +842,6 @@ def _format_data(self):
842842

843843
return summary
844844

845-
#def __repr__(self):
846-
# tpl = textwrap.dedent("""\
847-
# {cls}({data},
848-
# {lead}closed='{closed}',
849-
# {lead}dtype='{dtype}')""")
850-
# return tpl.format(cls=self.__class__.__name__,
851-
# data=self._format_data(),
852-
# lead=' ' * len(self.__class__.__name__) + ' ',
853-
# closed=self.closed, dtype=self.dtype)
854-
855845
def __repr__(self):
856846
template = (
857847
'{class_name}'

0 commit comments

Comments
 (0)