Skip to content

Commit 07148db

Browse files
committed
Linting
1 parent 7267544 commit 07148db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/algorithms.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
maybe_promote, construct_1d_object_array_from_listlike)
1111
from pandas.core.dtypes.generic import (
1212
ABCSeries, ABCIndex,
13-
ABCIndexClass, ABCCategorical)
13+
ABCIndexClass)
1414
from pandas.core.dtypes.common import (
1515
is_array_like,
1616
is_unsigned_integer_dtype, is_signed_integer_dtype,

0 commit comments

Comments
 (0)