Skip to content

Commit bdf9562

Browse files
committed
pacify flake8
1 parent 55ec1da commit bdf9562

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fmriprep/workflows/fieldmap/phdiff.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ def _pick1st(inlist):
7373
return inlist[0]
7474

7575
# Read phasediff echo times
76-
meta = pe.Node(ReadSidecarJSON(bids_validate=False),
77-
name='meta', mem_gb=0.01, run_without_submitting=True)
76+
meta = pe.Node(ReadSidecarJSON(bids_validate=False), name='meta',
77+
mem_gb=0.01, run_without_submitting=True)
7878

7979
# Merge input magnitude images
8080
magmrg = pe.Node(IntraModalMerge(), name='magmrg')

0 commit comments

Comments
 (0)