Skip to content

Commit

Permalink
remove unused imports; fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
psadil committed Oct 2, 2024
1 parent dc83e12 commit 1c95189
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions fmriprep/utils/tests/test_derivative_cache.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
import json
from pathlib import Path

import pytest

from fmriprep.data import load as load_data
from fmriprep.utils import bids


@pytest.mark.parametrize('xfm', ['boldref2fmap', 'boldref2anat', 'hmc'])
def test_transforms_found_as_str(tmp_path: Path, xfm: str):
sub = '0'
subject = '0'
task = 'rest'
fromto = {
'hmc': 'from-orig_to-boldref',
Expand Down

0 comments on commit 1c95189

Please sign in to comment.