Skip to content

Commit 33b5434

Browse files
committed
Linting
1 parent 5d718e6 commit 33b5434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/datetimelike.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from pandas.core.dtypes.common import (
1616
ensure_int64, is_bool_dtype, is_dtype_equal, is_float, is_integer,
17-
is_integer_dtype, is_list_like, is_period_dtype, is_scalar, pandas_dtype)
17+
is_list_like, is_period_dtype, is_scalar)
1818
from pandas.core.dtypes.generic import ABCIndex, ABCIndexClass, ABCSeries
1919

2020
from pandas.core import algorithms, ops

0 commit comments

Comments
 (0)