Skip to content

Commit 2eb3530

Browse files
CI: remove unused import (#37767)
* remove \n from docstring * fix issue 17038 * revert change * revert change * remove unused import
1 parent 44406a6 commit 2eb3530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
from pandas.compat._optional import import_optional_dependency
5555
from pandas.compat.numpy import function as nv
5656
from pandas.errors import AbstractMethodError, InvalidIndexError
57-
from pandas.util._decorators import Appender, doc, rewrite_axis_style_signature
57+
from pandas.util._decorators import doc, rewrite_axis_style_signature
5858
from pandas.util._validators import (
5959
validate_bool_kwarg,
6060
validate_fillna_kwargs,

0 commit comments

Comments
 (0)