Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed Dec 28, 2018
1 parent 5d718e6 commit 33b5434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/indexes/datetimelike.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

from pandas.core.dtypes.common import (
ensure_int64, is_bool_dtype, is_dtype_equal, is_float, is_integer,
is_integer_dtype, is_list_like, is_period_dtype, is_scalar, pandas_dtype)
is_list_like, is_period_dtype, is_scalar)
from pandas.core.dtypes.generic import ABCIndex, ABCIndexClass, ABCSeries

from pandas.core import algorithms, ops
Expand Down

0 comments on commit 33b5434

Please sign in to comment.