Skip to content

Commit ff7314d

Browse files
committed
Remove unused import to fix the lint error.
Signed-off-by: HE, Tao <[email protected]>
1 parent 7072085 commit ff7314d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/plotting/_core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
ABCDataFrame, ABCIndexClass, ABCMultiIndex, ABCPeriodIndex, ABCSeries)
2222
from pandas.core.dtypes.missing import isna, notna, remove_na_arraylike
2323

24-
from pandas.core.arrays import ExtensionArray
2524
from pandas.core.base import PandasObject
2625
import pandas.core.common as com
2726
from pandas.core.config import get_option

0 commit comments

Comments
 (0)