Skip to content

Commit b87e320

Browse files
committed
isort
1 parent d5b46ed commit b87e320

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
@@ -13,7 +13,8 @@
1313
from pandas.core.dtypes.common import (
1414
ensure_platform_int, is_float, is_integer, is_integer_dtype, is_iterator,
1515
is_list_like, is_numeric_dtype, is_scalar, is_sequence, is_sparse)
16-
from pandas.core.dtypes.generic import ABCDataFrame, ABCPanel, ABCSeries, ABCMaskArray
16+
from pandas.core.dtypes.generic import (
17+
ABCDataFrame, ABCMaskArray, ABCPanel, ABCSeries)
1718
from pandas.core.dtypes.missing import _infer_fill_value, isna
1819

1920
import pandas.core.common as com

0 commit comments

Comments
 (0)