Skip to content

Commit 5c6bb3c

Browse files
committed
CLN: Changed import sorting
1 parent 8dc14c7 commit 5c6bb3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
is_categorical_dtype,
2222
is_datetime64_ns_dtype,
2323
is_datetime64tz_dtype,
24-
is_extension_array_dtype,
2524
is_dict_like,
25+
is_extension_array_dtype,
2626
is_list_like,
2727
is_object_dtype,
2828
is_scalar,

0 commit comments

Comments
 (0)