Skip to content

Commit 086847f

Browse files
committed
post-merge fixup
1 parent 1bc5000 commit 086847f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/indexes/datetimes/test_date_range.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ def test_date_range_edges(self, freq):
185185
[ts + n * td for n in range(1, 5)],
186186
dtype="M8[ns]",
187187
freq=freq,
188-
dtype="M8[ns]",
189188
)
190189
tm.assert_index_equal(idx, exp)
191190

0 commit comments

Comments
 (0)