Skip to content

Commit 51902e8

Browse files
committed
fix ValidateImage path
1 parent 4e6b3b9 commit 51902e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dmriprep/workflows/dwi/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
from nipype.interfaces import utility as niu, fsl, afni
55

66
from niworkflows.engine.workflows import LiterateWorkflow as Workflow
7-
from niworkflows.interfaces.images import ValidateImage
87
from niworkflows.interfaces.fixes import (
98
FixN4BiasFieldCorrection as N4BiasFieldCorrection,
109
)
10+
from niworkflows.interfaces.header import ValidateImage
1111
from niworkflows.interfaces.nibabel import ApplyMask
1212
from niworkflows.interfaces.utils import CopyXForm
1313

0 commit comments

Comments
 (0)