Skip to content

Commit bac2ce0

Browse files
committed
Merge branch 'ruffrule-interchange' of https://github.com/Evhevh/pandas into ruffrule-interchange
2 parents fe90d15 + 40ef2e2 commit bac2ce0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pandas/tests/tseries/offsets/test_offsets.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -636,9 +636,9 @@ def test_copy(self):
636636

637637
@pytest.mark.parametrize(
638638
"arithmatic_offset_type, expected",
639-
zip(
640-
_ARITHMETIC_DATE_OFFSET,
641-
[
639+
zip(
640+
_ARITHMETIC_DATE_OFFSET,
641+
[
642642
"2009-01-02",
643643
"2008-02-02",
644644
"2008-01-09",
@@ -658,9 +658,9 @@ def test_add(self, arithmatic_offset_type, expected, dt):
658658

659659
@pytest.mark.parametrize(
660660
"arithmatic_offset_type, expected",
661-
zip(
662-
_ARITHMETIC_DATE_OFFSET,
663-
[
661+
zip(
662+
_ARITHMETIC_DATE_OFFSET,
663+
[
664664
"2007-01-02",
665665
"2007-12-02",
666666
"2007-12-26",

0 commit comments

Comments
 (0)