From 4f0d4ccec82e302acdafc2d7185211d69d45e896 Mon Sep 17 00:00:00 2001 From: Basile Date: Tue, 15 Aug 2023 09:42:49 -0400 Subject: [PATCH] Update niworkflows/interfaces/gradunwarp.py Co-authored-by: Chris Markiewicz --- niworkflows/interfaces/gradunwarp.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/niworkflows/interfaces/gradunwarp.py b/niworkflows/interfaces/gradunwarp.py index f981760c9cc..90104f2c780 100644 --- a/niworkflows/interfaces/gradunwarp.py +++ b/niworkflows/interfaces/gradunwarp.py @@ -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")