Skip to content

Commit

Permalink
Apply ruff/flake8-pytest-style rule PT001
Browse files Browse the repository at this point in the history
PT001 Use `@pytest.fixture` over `@pytest.fixture()`
  • Loading branch information
DimitriPapadopoulos committed Oct 15, 2024
1 parent bdfaeb2 commit dcbff0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numcodecs/tests/test_entrypoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
here = os.path.abspath(os.path.dirname(__file__))


@pytest.fixture()
@pytest.fixture
def set_path():
sys.path.append(here)
numcodecs.registry.run_entrypoints()
Expand Down

0 comments on commit dcbff0b

Please sign in to comment.