Skip to content

Commit 92c02d1

Browse files
committed
removed empty lines
1 parent d017734 commit 92c02d1

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

examples/fmri_ants_openfmri.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ def create_reg_workflow(name='registration'):
105105
outputspec.anat2target_transform : FLIRT+FNIRT transform
106106
outputspec.transformed_files : transformed files in target space
107107
outputspec.transformed_mean : mean image in target space
108-
109108
"""
110109

111110
register = pe.Workflow(name=name)
@@ -316,7 +315,6 @@ def create_fs_reg_workflow(name='registration'):
316315
outputspec.anat2target_transform : FLIRT+FNIRT transform
317316
outputspec.transformed_files : transformed files in target space
318317
outputspec.transformed_mean : mean image in target space
319-
320318
"""
321319

322320
register = Workflow(name=name)

examples/rsfmri_vol_surface_preprocessing_nipy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,6 @@ def create_reg_workflow(name='registration'):
363363
outputspec.anat2target_transform : FLIRT+FNIRT transform
364364
outputspec.transformed_files : transformed files in target space
365365
outputspec.transformed_mean : mean image in target space
366-
367366
"""
368367

369368
register = Workflow(name=name)

0 commit comments

Comments
 (0)