Skip to content

Commit 5783ce1

Browse files
committed
lint
1 parent da877df commit 5783ce1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/groupby/categorical.py

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from pandas.core.algorithms import unique1d
33
from pandas.core.arrays.categorical import (
44
_recode_for_categories, CategoricalDtype, Categorical)
5-
from pandas import CategoricalIndex, Series
65

76

87
def recode_for_groupby(c, sort, observed):

0 commit comments

Comments
 (0)