Skip to content

Commit c730bfe

Browse files
authored
STY: Add newline
1 parent 3d878aa commit c730bfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/interfaces/io.py

+1
Original file line numberDiff line numberDiff line change
@@ -1562,6 +1562,7 @@ class FSSourceInputSpec(BaseInterfaceInputSpec):
15621562
hemi = traits.Enum('both', 'lh', 'rh', usedefault=True,
15631563
desc='Selects hemisphere specific outputs')
15641564

1565+
15651566
class FSSourceOutputSpec(TraitedSpec):
15661567
T1 = File(
15671568
exists=True, desc='Intensity normalized whole-head volume', loc='mri')

0 commit comments

Comments
 (0)