Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
psadil committed Oct 2, 2024
1 parent dd198ad commit daa7d49
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions fmriprep/utils/bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,7 @@ def collect_derivatives(
# whereas relevant src file will be "bold".
query = {
**q,
**{
k: v
for k, v in entities.items()
if k not in ['suffix', 'extension']
},
**{k: v for k, v in entities.items() if k not in ['suffix', 'extension']},
}
if xfm == 'boldref2fmap':
# fieldmaps have ids like auto_00000
Expand Down

0 comments on commit daa7d49

Please sign in to comment.