Skip to content

Commit 29f706d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

niworkflows/interfaces/gradunwarp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
has_gradunwarp = False
3737

3838

39-
class _GradUnwarpInputSpec(BaseInterfaceInputSpec):
39+
class _GradUnwarpInputSpec(TraitedSpec):
4040
infile = File(exists=True, mandatory=True, desc="input image to be corrected")
4141
gradfile = File(exists=True, default=None, desc="gradient file")
4242
coeffile = File(exists=True, default=None, desc="coefficients file")

0 commit comments

Comments
 (0)