Skip to content

Commit ac2d8d1

Browse files
committed
isort
1 parent 22c2db1 commit ac2d8d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/core/indexing.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
from pandas.core.dtypes.common import (
1313
ensure_platform_int, is_float, is_integer, is_integer_dtype, is_iterator,
1414
is_list_like, is_numeric_dtype, is_scalar, is_sequence, is_sparse)
15-
from pandas.core.dtypes.generic import ABCDataFrame, ABCPanel, ABCSeries, ABCMaskArray
15+
from pandas.core.dtypes.generic import (
16+
ABCDataFrame, ABCMaskArray, ABCPanel, ABCSeries)
1617
from pandas.core.dtypes.missing import _infer_fill_value, isna
1718

1819
import pandas.core.common as com

0 commit comments

Comments
 (0)