Skip to content

Commit 0183a4b

Browse files
tsalomgxd
andauthored
Apply suggestions from @mgxd's review
Co-authored-by: Mathias Goncalves <[email protected]>
1 parent 4a63f8b commit 0183a4b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

fmriprep/interfaces/multiecho.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
>>> os.chdir(datadir)
1616
1717
"""
18-
import os.path
18+
import os
1919

2020
from nipype import logging
2121
from nipype.interfaces.base import (
@@ -41,7 +41,6 @@ class T2SMapInputSpec(CommandLineInputSpec):
4141
fittype = traits.Enum('curvefit', 'loglin',
4242
argstr='--fittype %s',
4343
position=3,
44-
mandatory=False,
4544
usedefault=True,
4645
desc=('Desired fitting method: '
4746
'"loglin" means that a linear model is fit '

0 commit comments

Comments
 (0)