We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7267544 commit 07148dbCopy full SHA for 07148db
pandas/core/algorithms.py
@@ -10,7 +10,7 @@
10
maybe_promote, construct_1d_object_array_from_listlike)
11
from pandas.core.dtypes.generic import (
12
ABCSeries, ABCIndex,
13
- ABCIndexClass, ABCCategorical)
+ ABCIndexClass)
14
from pandas.core.dtypes.common import (
15
is_array_like,
16
is_unsigned_integer_dtype, is_signed_integer_dtype,
0 commit comments