We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44406a6 commit 2eb3530Copy full SHA for 2eb3530
pandas/core/generic.py
@@ -54,7 +54,7 @@
54
from pandas.compat._optional import import_optional_dependency
55
from pandas.compat.numpy import function as nv
56
from pandas.errors import AbstractMethodError, InvalidIndexError
57
-from pandas.util._decorators import Appender, doc, rewrite_axis_style_signature
+from pandas.util._decorators import doc, rewrite_axis_style_signature
58
from pandas.util._validators import (
59
validate_bool_kwarg,
60
validate_fillna_kwargs,
0 commit comments