Skip to content

Commit 730cf16

Browse files
committed
sty: ruff check --fix
1 parent 80f1769 commit 730cf16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def _populate_namespace(doctest_namespace, tmp_path):
3232
doctest_namespace['testdir'] = tmp_path
3333

3434

35-
@pytest.fixture()
35+
@pytest.fixture
3636
def minimal_bids(tmp_path):
3737
bids = tmp_path / 'bids'
3838
bids.mkdir()

0 commit comments

Comments
 (0)