Skip to content

Commit bb4cc79

Browse files
dPysoesteban
andauthored
Update dmriprep/interfaces/images.py
Co-Authored-By: Oscar Esteban <[email protected]>
1 parent 88a6e80 commit bb4cc79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dmriprep/interfaces/images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class _MatchTransformsInputSpec(BaseInterfaceInputSpec):
9090
transforms = InputMultiObject(File(exists=True), mandatory=True)
9191

9292

93-
class MatchTransformsOutputSpec(TraitedSpec):
93+
class _MatchTransformsOutputSpec(TraitedSpec):
9494
transforms = OutputMultiObject(File(exists=True), mandatory=True)
9595

9696

0 commit comments

Comments
 (0)