delete unused import (#38252) · pandas-dev/pandas@65f0463 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 65f0463

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@ class providing the base-class of operations.
50 50 from pandas.errors import AbstractMethodError
51 51 from pandas.util._decorators import Appender, Substitution, cache_readonly, doc
52 52
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
54 54 from pandas.core.dtypes.common import (
55 55 ensure_float,
56 56 is_bool_dtype,