Skip to content

Commit

Permalink
Remove unused import.
Browse files Browse the repository at this point in the history
Signed-off-by: HE, Tao <sighingnow@gmail.com>
  • Loading branch information
sighingnow committed Mar 14, 2019
1 parent 2c1fd7d commit aafd214
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pandas/plotting/_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
from pandas.util._decorators import Appender, cache_readonly

from pandas.core.dtypes.common import (
is_extension_array_dtype, is_hashable, is_integer, is_iterator,
is_list_like, is_number)
is_hashable, is_integer, is_iterator, is_list_like, is_number)
from pandas.core.dtypes.generic import (
ABCDataFrame, ABCIndexClass, ABCMultiIndex, ABCPeriodIndex, ABCSeries)
from pandas.core.dtypes.missing import isna, notna, remove_na_arraylike
Expand Down

0 comments on commit aafd214

Please sign in to comment.