diff --git a/narps_open/pipelines/team_94GU.py b/narps_open/pipelines/team_94GU.py index d43cb849..a92f49d0 100644 --- a/narps_open/pipelines/team_94GU.py +++ b/narps_open/pipelines/team_94GU.py @@ -1,10 +1,9 @@ from os.path import join from nipype import Workflow, Node, IdentityInterface, SelectFiles, Function, DataSink -from nipype.interfaces.spm.base import Info as SPMInfo from nipype.algorithms.misc import Gunzip -from nipype.interfaces.spm import RealignUnwarp, FieldMap, Smooth, Normalize12, Segment, Coregister, Normalize, \ - NewSegment +from nipype.interfaces.spm import RealignUnwarp, FieldMap, Smooth, Normalize12, Coregister, NewSegment +from nipype.interfaces.spm.base import Info as SPMInfo from narps_open.data.task import TaskInformation from narps_open.pipelines import Pipeline