Skip to content

Commit f1a8909

Browse files
committed
STY: black
1 parent 46e1df6 commit f1a8909

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: nipype/interfaces/mrtrix3/utils.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,10 @@ class Generate5ttInputSpec(MRTrix3BaseInputSpec):
234234
in_file = traits.Either(
235235
File(exists=True),
236236
Directory(exists=True),
237-
argstr="%s", mandatory=True, position=-2, desc="input image / directory"
237+
argstr="%s",
238+
mandatory=True,
239+
position=-2,
240+
desc="input image / directory",
238241
)
239242
out_file = File(argstr="%s", mandatory=True, position=-1, desc="output image")
240243

0 commit comments

Comments
 (0)