Skip to content

Commit 7b832a8

Browse files
committed
fix imports
1 parent 14df319 commit 7b832a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nipype/interfaces/fsl/model.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
InputMultiPath, OutputMultiPath,
2525
BaseInterfaceInputSpec)
2626
from nipype.utils.filemanip import (
27-
list_to_filename, filename_to_list, split_filename)
27+
list_to_filename, filename_to_list, fname_presuffix)
2828
from nibabel import load
2929

3030
warn = warnings.warn
@@ -1769,7 +1769,6 @@ def _list_outputs(self):
17691769

17701770
def _gen_filename(self, name):
17711771
if name in ('out_file'):
1772-
from nipype.utils.filemanip import fname_presuffix
17731772
return fname_presuffix(self.inputs.in_file,
17741773
suffix='_glm.txt', use_ext=False)
17751774
return None

0 commit comments

Comments
 (0)