Skip to content

Commit

Permalink
Update niworkflows/interfaces/gradunwarp.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Markiewicz <[email protected]>
  • Loading branch information
bpinsard and effigies authored Aug 15, 2023
1 parent 8d16f24 commit 4f0d4cc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions niworkflows/interfaces/gradunwarp.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@
SimpleInterface
)

try:
import gradunwarp
has_gradunwarp = True
except ImportError:
has_gradunwarp = False


class _GradUnwarpInputSpec(TraitedSpec):
infile = File(exists=True, mandatory=True, desc="input image to be corrected")
Expand Down

0 comments on commit 4f0d4cc

Please sign in to comment.