Skip to content

Commit bb6c9a5

Browse files
authored
Add extra blank line to make sidecar happy
1 parent 02f82ce commit bb6c9a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dmriprep/interfaces/images.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ def _run_interface(self, runtime):
106106
)
107107
return runtime
108108

109+
109110
class _MatchTransformsInputSpec(BaseInterfaceInputSpec):
110111
b0_indices = traits.List(mandatory=True)
111112
dwi_files = InputMultiObject(File(exists=True), mandatory=True)

0 commit comments

Comments
 (0)