From a8795dcec8c59454fb5dd456c5f1131574f8d2fd Mon Sep 17 00:00:00 2001 From: Brock Date: Sat, 4 Nov 2023 15:30:41 -0700 Subject: [PATCH] mypy fixup --- pandas/plotting/_matplotlib/core.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pandas/plotting/_matplotlib/core.py b/pandas/plotting/_matplotlib/core.py index b95bb3b2a6853..c02330ae4e452 100644 --- a/pandas/plotting/_matplotlib/core.py +++ b/pandas/plotting/_matplotlib/core.py @@ -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