Skip to content

Commit 68e1d46

Browse files
committed
lint
1 parent 98b3e80 commit 68e1d46

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,
@@ -559,7 +558,6 @@ def _generate(cls, start, end, periods, name, freq,
559558

560559
index = DatetimeIndex(arr)
561560

562-
563561
# index is localized datetime64 array -> have to convert
564562
# start/end as well to compare
565563
if start is not None:

0 commit comments

Comments
 (0)