Skip to content

Commit ee52deb

Browse files
committed
fixed import
1 parent 9cf609b commit ee52deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rsfmri_preprocessing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
from nipype.algorithms.rapidart import ArtifactDetect
6363
from nipype.algorithms.misc import TSNR
64-
from nipype.interfaces.fsl.utils import EPIDeWarp
64+
from nipype.interfaces.fsl import EPIDeWarp
6565
from nipype.interfaces.io import FreeSurferSource
6666
from nipype.interfaces.c3 import C3dAffineTool
6767
from nipype.interfaces.utility import Merge, IdentityInterface

0 commit comments

Comments
 (0)