Skip to content

Commit a41544f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 34a86ec commit a41544f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pandas/tests/series/test_ufunc.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,8 @@ def ufunc(request):
1717

1818

1919
@pytest.fixture(
20-
params=[
21-
pytest.param(True, marks=pytest.mark.fails_arm_wheels),
22-
False
23-
],
24-
ids=["sparse", "dense"]
20+
params=[pytest.param(True, marks=pytest.mark.fails_arm_wheels), False],
21+
ids=["sparse", "dense"],
2522
)
2623
def sparse(request):
2724
return request.param

0 commit comments

Comments
 (0)