Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 21, 2024
1 parent 2e68d12 commit 4431b2e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions xarray/tests/test_dataarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -4952,9 +4952,7 @@ def test_argmax(
@pytest.mark.parametrize(
"use_dask",
[
pytest.param(
True, marks=requires_dask
),
pytest.param(True, marks=requires_dask),
False,
],
)
Expand Down

0 comments on commit 4431b2e

Please sign in to comment.