Skip to content

Commit 1cf0915

Browse files
committed
fixed a missing import
1 parent f8566fc commit 1cf0915

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
@@ -50,7 +50,7 @@
5050
from pandas.errors import AbstractMethodError, InvalidIndexError
5151
from pandas.util._decorators import (
5252
doc,
53-
rewrite_axis_style_signature,
53+
rewrite_axis_style_signature, Appender,
5454
)
5555
from pandas.util._validators import (
5656
validate_bool_kwarg,

0 commit comments

Comments
 (0)