Skip to content

Commit

Permalink
STY: black
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Mar 17, 2024
1 parent 46e1df6 commit f1a8909
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nipype/interfaces/mrtrix3/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,10 @@ class Generate5ttInputSpec(MRTrix3BaseInputSpec):
in_file = traits.Either(
File(exists=True),
Directory(exists=True),
argstr="%s", mandatory=True, position=-2, desc="input image / directory"
argstr="%s",
mandatory=True,
position=-2,
desc="input image / directory",
)
out_file = File(argstr="%s", mandatory=True, position=-1, desc="output image")

Expand Down

0 comments on commit f1a8909

Please sign in to comment.