Skip to content

Commit

Permalink
lint with ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
psadil committed Oct 2, 2024
1 parent 74ad5a3 commit 1a9ccce
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions fmriprep/utils/tests/test_derivative_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ def test_transforms_found_as_str(tmp_path: Path, xfm: str):
}[xfm]

to_find = tmp_path.joinpath(
f'sub-{subject}',
'func',
f'sub-{subject}_task-{task}_{fromto}_mode-image_xfm.txt'
)
f'sub-{subject}', 'func', f'sub-{subject}_task-{task}_{fromto}_mode-image_xfm.txt'
)
to_find.parent.mkdir(parents=True)
to_find.touch()

Expand Down

0 comments on commit 1a9ccce

Please sign in to comment.