Skip to content

Commit 65f0463

Browse files
authored
delete unused import (#38252)
1 parent 70abd64 commit 65f0463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/groupby/groupby.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class providing the base-class of operations.
5050
from pandas.errors import AbstractMethodError
5151
from pandas.util._decorators import Appender, Substitution, cache_readonly, doc
5252

53-
from pandas.core.dtypes.cast import maybe_cast_result, maybe_downcast_to_dtype
53+
from pandas.core.dtypes.cast import maybe_downcast_to_dtype
5454
from pandas.core.dtypes.common import (
5555
ensure_float,
5656
is_bool_dtype,

0 commit comments

Comments
 (0)