Skip to content

Commit b3da29f

Browse files
fixed imports
1 parent a4f6e89 commit b3da29f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
is_sequence,
7171
is_named_tuple)
7272
from pandas.core.dtypes.generic import (
73-
ABCSeries, ABCDataFrame, ABCIndexClass, ABCMultiIndex, ABCPandasArray)
73+
ABCSeries, ABCDataFrame, ABCIndexClass, ABCMultiIndex)
7474
from pandas.core.dtypes.missing import isna, notna
7575

7676
from pandas.core import algorithms

0 commit comments

Comments
 (0)