Skip to content

Commit 33fac00

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6d4e666 commit 33fac00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/algorithms.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
is_bool_dtype,
4848
is_complex_dtype,
4949
is_dict_like,
50+
is_dtype_equal,
5051
is_extension_array_dtype,
5152
is_float,
5253
is_float_dtype,
@@ -56,7 +57,6 @@
5657
is_object_dtype,
5758
is_signed_integer_dtype,
5859
needs_i8_conversion,
59-
is_dtype_equal,
6060
)
6161
from pandas.core.dtypes.concat import concat_compat
6262
from pandas.core.dtypes.dtypes import (

0 commit comments

Comments
 (0)