We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f361622 commit f9bd4e6Copy full SHA for f9bd4e6
pandas/core/arrays/categorical.py
@@ -42,10 +42,7 @@
42
type_t,
43
)
44
from pandas.compat.numpy import function as nv
45
-from pandas.util._decorators import (
46
- cache_readonly,
47
- deprecate_kwarg,
48
-)
+from pandas.util._decorators import deprecate_kwarg
49
from pandas.util._exceptions import find_stack_level
50
from pandas.util._validators import validate_bool_kwarg
51
0 commit comments