Skip to content

Commit 6a047cf

Browse files
committed
isort passed
move an import 2 lines above
1 parent 3222d60 commit 6a047cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/internals/blocks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
is_datetime64tz_dtype,
3737
is_dtype_equal,
3838
is_extension_array_dtype,
39+
is_float,
3940
is_float_dtype,
4041
is_integer,
41-
is_float,
4242
is_integer_dtype,
4343
is_interval_dtype,
4444
is_list_like,

0 commit comments

Comments
 (0)