Skip to content

Commit 3b16bfd

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 577fd6e commit 3b16bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/indexes/datetimes/test_date_range.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1717,4 +1717,4 @@ def test_date_range_negative_freq_year_end_inbounds(self, unit):
17171717
dtype=f"M8[{unit}]",
17181718
freq="-1YE",
17191719
)
1720-
tm.assert_index_equal(rng, exp)
1720+
tm.assert_index_equal(rng, exp)

0 commit comments

Comments
 (0)