From c63e19d87cce6bea57bb9b72c7093ebad26861a4 Mon Sep 17 00:00:00 2001 From: Basile Date: Tue, 15 Aug 2023 09:40:16 -0400 Subject: [PATCH] Update niworkflows/interfaces/gradunwarp.py Co-authored-by: Chris Markiewicz --- niworkflows/interfaces/gradunwarp.py | 1 - 1 file changed, 1 deletion(-) diff --git a/niworkflows/interfaces/gradunwarp.py b/niworkflows/interfaces/gradunwarp.py index 7744f8ff9ad..d9b5b840ff3 100644 --- a/niworkflows/interfaces/gradunwarp.py +++ b/niworkflows/interfaces/gradunwarp.py @@ -25,7 +25,6 @@ from nipype.interfaces.base import ( traits, TraitedSpec, - BaseInterfaceInputSpec, File, SimpleInterface )