Skip to content

Commit aafd214

Browse files
committed
Remove unused import.
Signed-off-by: HE, Tao <[email protected]>
1 parent 2c1fd7d commit aafd214

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/plotting/_core.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
from pandas.util._decorators import Appender, cache_readonly
1616

1717
from pandas.core.dtypes.common import (
18-
is_extension_array_dtype, is_hashable, is_integer, is_iterator,
19-
is_list_like, is_number)
18+
is_hashable, is_integer, is_iterator, is_list_like, is_number)
2019
from pandas.core.dtypes.generic import (
2120
ABCDataFrame, ABCIndexClass, ABCMultiIndex, ABCPeriodIndex, ABCSeries)
2221
from pandas.core.dtypes.missing import isna, notna, remove_na_arraylike

0 commit comments

Comments
 (0)