Skip to content

Commit e18d996

Browse files
committed
lint
1 parent c207289 commit e18d996

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

pandas/core/indexes/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
is_signed_integer_dtype,
4242
is_unsigned_integer_dtype,
4343
is_integer_dtype, is_float_dtype,
44-
is_datetime64_dtype,
4544
is_datetime64_any_dtype,
4645
is_datetime64tz_dtype,
4746
is_timedelta64_dtype,

pandas/core/indexes/datetimes.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
from pandas.core.dtypes.common import (
1313
_INT64_DTYPE,
1414
_NS_DTYPE,
15-
is_object_dtype,
1615
is_datetime64_dtype,
1716
is_datetimetz,
1817
is_dtype_equal,
@@ -557,7 +556,6 @@ def _generate(cls, start, end, periods, name, freq,
557556

558557
index = DatetimeIndex(arr)
559558

560-
561559
# index is localized datetime64 array -> have to convert
562560
# start/end as well to compare
563561
if start is not None:

0 commit comments

Comments
 (0)