Skip to content

Commit 49471e7

Browse files
committed
Fix lint error
1 parent ed9d7f0 commit 49471e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/dtypes/cast/test_infer_dtype.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
from pandas.core.dtypes.cast import (
77
cast_scalar_to_array,
8-
maybe_cast_to_datetime,
98
infer_dtype_from_array,
109
infer_dtype_from_scalar,
10+
maybe_cast_to_datetime,
1111
)
1212
from pandas.core.dtypes.common import is_dtype_equal
1313

0 commit comments

Comments
 (0)