Skip to content

Commit 230fac6

Browse files
committed
STY: black [ignore-rev]
1 parent 51c42fd commit 230fac6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

nipype/interfaces/ants/visualization.py

+6-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,12 @@ class ConvertScalarImageToRGBInputSpec(ANTSCommandInputSpec):
2929
"rgb.nii.gz", argstr="%s", usedefault=True, desc="rgb output image", position=2
3030
)
3131
mask_image = traits.Either(
32-
"none", traits.File(exists=True), argstr="%s", desc="mask image", position=3, usedefault=True
32+
"none",
33+
traits.File(exists=True),
34+
argstr="%s",
35+
desc="mask image",
36+
position=3,
37+
usedefault=True,
3338
)
3439
colormap = traits.Enum(
3540
"grey",

0 commit comments

Comments
 (0)