Skip to content

Commit be86046

Browse files
committed
added missing new lines
1 parent dbd5e4d commit be86046

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .utils import (create_getmask_flow, create_get_stats_flow, create_tessellation_flow)
22
from .bem import create_bem_flow
3-
from .recon import create_skullstripped_recon_flow
3+
from .recon import create_skullstripped_recon_flow

nipype/workflows/smri/freesurfer/recon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ def link_masks(subjects_dir, subject_id):
7373

7474
wf.connect(autorecon_resume, "subjects_dir", outputnode, "subjects_dir")
7575
wf.connect(autorecon_resume, "subject_id", outputnode, "subject_id")
76-
return wf
76+
return wf

0 commit comments

Comments
 (0)