Skip to content

Commit c3b0dd0

Browse files
committed
PEP fix
1 parent 2f48549 commit c3b0dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/groupby.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
_ensure_object,
3232
_ensure_categorical,
3333
_ensure_float)
34-
from pandas.types.cast import _possibly_downcast_to_dtype, _find_common_type
34+
from pandas.types.cast import _possibly_downcast_to_dtype
3535
from pandas.types.missing import isnull, notnull, _maybe_fill
3636

3737
from pandas.core.common import (_values_from_object, AbstractMethodError,

0 commit comments

Comments
 (0)