Skip to content

Commit

Permalink
mypy fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockmendel committed Nov 4, 2023
1 parent 6b18aaa commit a8795dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pandas/plotting/_matplotlib/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,6 @@ def _plot(
args = (x, y, style) if style is not None else (x, y)
return ax.plot(*args, **kwds)

@final
def _get_custom_index_name(self):
"""Specify whether xlabel/ylabel should be used to override index name"""
return self.xlabel
Expand Down

0 comments on commit a8795dc

Please sign in to comment.