Skip to content

Commit d1ecca0

Browse files
author
Oleh Kozynets
committed
Fix line length.
1 parent 42d1822 commit d1ecca0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pandas/core/arrays/categorical.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -1074,8 +1074,9 @@ def remove_unused_categories(self, inplace=no_default):
10741074
"""
10751075
if inplace is not no_default:
10761076
warn(
1077-
"The `inplace` parameter in pandas.Categorical.remove_unused_categories "
1078-
"is deprecated and will be removed in a future version.",
1077+
"The `inplace` parameter in pandas.Categorical."
1078+
"remove_unused_categories is deprecated and "
1079+
"will be removed in a future version.",
10791080
FutureWarning,
10801081
stacklevel=2,
10811082
)

0 commit comments

Comments
 (0)