Skip to content

Commit 1085100

Browse files
author
Trevor Bye
committed
isort
1 parent 7552fac commit 1085100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
ensure_platform_int,
7777
infer_dtype_from_object,
7878
is_bool_dtype,
79+
is_datetime64_any_dtype,
7980
is_dict_like,
8081
is_dtype_equal,
8182
is_extension_array_dtype,
@@ -90,7 +91,6 @@
9091
is_scalar,
9192
is_sequence,
9293
needs_i8_conversion,
93-
is_datetime64_any_dtype,
9494
)
9595
from pandas.core.dtypes.generic import (
9696
ABCDataFrame,

0 commit comments

Comments
 (0)