From 75b1ac6d705a8c565cc2f8923fc9d799ba5ec494 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Wed, 28 Aug 2024 15:46:10 -0400 Subject: [PATCH] sty: Pacify ruff [skip ci] --- fmriprep/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fmriprep/conftest.py b/fmriprep/conftest.py index d19473649..c72c7cc17 100644 --- a/fmriprep/conftest.py +++ b/fmriprep/conftest.py @@ -32,7 +32,7 @@ def _populate_namespace(doctest_namespace, tmp_path): doctest_namespace['testdir'] = tmp_path -@pytest.fixture() +@pytest.fixture def minimal_bids(tmp_path): bids = tmp_path / 'bids' bids.mkdir()