Skip to content

Commit 1c95189

Browse files
committed
remove unused imports; fix variable name
1 parent dc83e12 commit 1c95189

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

fmriprep/utils/tests/test_derivative_cache.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
import json
21
from pathlib import Path
32

43
import pytest
54

6-
from fmriprep.data import load as load_data
75
from fmriprep.utils import bids
86

97

108
@pytest.mark.parametrize('xfm', ['boldref2fmap', 'boldref2anat', 'hmc'])
119
def test_transforms_found_as_str(tmp_path: Path, xfm: str):
12-
sub = '0'
10+
subject = '0'
1311
task = 'rest'
1412
fromto = {
1513
'hmc': 'from-orig_to-boldref',

0 commit comments

Comments
 (0)