Skip to content

Commit 8e02de7

Browse files
committed
Run black
1 parent e606f33 commit 8e02de7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/core/indexing.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
is_numeric_dtype,
2121
is_object_dtype,
2222
is_scalar,
23-
is_sequence, is_bool_dtype,
23+
is_sequence,
24+
is_bool_dtype,
2425
)
2526
from pandas.core.dtypes.concat import concat_compat
2627
from pandas.core.dtypes.generic import ABCDataFrame, ABCMultiIndex, ABCSeries

0 commit comments

Comments
 (0)