Skip to content

Commit 1a9ccce

Browse files
committed
lint with ruff
1 parent 74ad5a3 commit 1a9ccce

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

fmriprep/utils/tests/test_derivative_cache.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ def test_transforms_found_as_str(tmp_path: Path, xfm: str):
1616
}[xfm]
1717

1818
to_find = tmp_path.joinpath(
19-
f'sub-{subject}',
20-
'func',
21-
f'sub-{subject}_task-{task}_{fromto}_mode-image_xfm.txt'
22-
)
19+
f'sub-{subject}', 'func', f'sub-{subject}_task-{task}_{fromto}_mode-image_xfm.txt'
20+
)
2321
to_find.parent.mkdir(parents=True)
2422
to_find.touch()
2523

0 commit comments

Comments
 (0)