We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e5e0c0 commit 17f7b5aCopy full SHA for 17f7b5a
pandas/tests/tseries/test_offsets.py
@@ -4924,7 +4924,7 @@ def test_all_offset_classes(self):
4924
tick_classes = [x for x in offset_classes if issubclass(x, offsets.Tick)]
4925
4926
4927
-@pytest.mark.parametrize('cls', month_classes+tick_classes)
+@pytest.mark.parametrize('cls', month_classes + tick_classes)
4928
@pytest.mark.parametrize('kwd', _rd_kwds)
4929
def test_valid_attributes(kwd, cls):
4930
# check that we cannot create e.g. MonthEnd(weeks=3)
0 commit comments