Skip to content

Commit

Permalink
fix ValidateImage path
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmje committed Feb 9, 2021
1 parent 4e6b3b9 commit 51902e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dmriprep/workflows/dwi/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
from nipype.interfaces import utility as niu, fsl, afni

from niworkflows.engine.workflows import LiterateWorkflow as Workflow
from niworkflows.interfaces.images import ValidateImage
from niworkflows.interfaces.fixes import (
FixN4BiasFieldCorrection as N4BiasFieldCorrection,
)
from niworkflows.interfaces.header import ValidateImage
from niworkflows.interfaces.nibabel import ApplyMask
from niworkflows.interfaces.utils import CopyXForm

Expand Down

0 comments on commit 51902e8

Please sign in to comment.