Skip to content

Commit 8a59c37

Browse files
Enforce ruff/flake8-pytest-style rule PT001
PT001 Use `@pytest.fixture` over `@pytest.fixture()`
1 parent fed46e5 commit 8a59c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numcodecs/tests/test_entrypoints.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
here = os.path.abspath(os.path.dirname(__file__))
99

1010

11-
@pytest.fixture()
11+
@pytest.fixture
1212
def set_path():
1313
sys.path.append(here)
1414
numcodecs.registry.run_entrypoints()

0 commit comments

Comments
 (0)