Skip to content

Commit

Permalink
Remove parentheses for fixture without parameters
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
wenzeslaus and github-actions[bot] authored Oct 11, 2024
1 parent 7822abd commit 12061b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions raster/r.mask.status/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import grass.script as gs


@pytest.fixture()
@pytest.fixture
def session_no_data(tmp_path):
"""Set up a GRASS session for the tests."""
project = "test_project"
Expand All @@ -14,7 +14,7 @@ def session_no_data(tmp_path):
yield session


@pytest.fixture()
@pytest.fixture
def session_with_data(tmp_path):
"""Set up a GRASS session for the tests."""
project = tmp_path / "test_project"
Expand Down

0 comments on commit 12061b4

Please sign in to comment.