Skip to content

Commit 08403e9

Browse files
ohad83jreback
authored andcommitted
CLN: Changed import sorting
1 parent 49637e1 commit 08403e9

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
@@ -20,8 +20,8 @@
2020
is_categorical_dtype,
2121
is_datetime64_ns_dtype,
2222
is_datetime64tz_dtype,
23-
is_extension_array_dtype,
2423
is_dict_like,
24+
is_extension_array_dtype,
2525
is_list_like,
2626
is_object_dtype,
2727
is_scalar,

0 commit comments

Comments
 (0)