Skip to content

Commit c8bacf5

Browse files
committed
Fix imports
1 parent 8e02de7 commit c8bacf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
from pandas.core.dtypes.common import (
1515
is_array_like,
16+
is_bool_dtype,
1617
is_hashable,
1718
is_integer,
1819
is_iterator,
@@ -21,7 +22,6 @@
2122
is_object_dtype,
2223
is_scalar,
2324
is_sequence,
24-
is_bool_dtype,
2525
)
2626
from pandas.core.dtypes.concat import concat_compat
2727
from pandas.core.dtypes.generic import ABCDataFrame, ABCMultiIndex, ABCSeries

0 commit comments

Comments
 (0)