Skip to content

Commit

Permalink
[narps_open_pipelines#220][94GU] remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
youennmerel committed Dec 18, 2024
1 parent 2c10287 commit e30dc86
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions narps_open/pipelines/team_94GU.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e30dc86

Please sign in to comment.