Skip to content

Commit 4a8496b

Browse files
authored
STYLE: deprecation linting (#19079)
1 parent 106a04f commit 4a8496b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/panel.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
from pandas.core.ops import _op_descriptions
3535
from pandas.core.series import Series
3636
from pandas.core.reshape.util import cartesian_product
37-
from pandas.util._decorators import (deprecate, Appender)
37+
from pandas.util._decorators import Appender
3838
from pandas.util._validators import validate_axis_style_args
3939

4040
_shared_doc_kwargs = dict(

0 commit comments

Comments
 (0)