Skip to content

Commit 88a6e80

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

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
@@ -84,7 +84,7 @@ def _run_interface(self, runtime):
8484
return runtime
8585

8686

87-
class MatchTransformsInputSpec(BaseInterfaceInputSpec):
87+
class _MatchTransformsInputSpec(BaseInterfaceInputSpec):
8888
b0_indices = traits.List(mandatory=True)
8989
dwi_files = InputMultiObject(File(exists=True), mandatory=True)
9090
transforms = InputMultiObject(File(exists=True), mandatory=True)

0 commit comments

Comments
 (0)