Skip to content

Commit 2e37161

Browse files
bpinsardeffigies
andcommitted
Update niworkflows/interfaces/gradunwarp.py
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent 29f706d commit 2e37161

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

niworkflows/interfaces/gradunwarp.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@
2929
SimpleInterface
3030
)
3131

32-
try:
33-
import gradunwarp
34-
has_gradunwarp = True
35-
except ImportError:
36-
has_gradunwarp = False
37-
3832

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

0 commit comments

Comments
 (0)