Skip to content

Commit 326880d

Browse files
STY: Fix black formatting
1 parent b303733 commit 326880d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nipype/interfaces/semtools/legacy/registration.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020

2121

2222
class scalartransformInputSpec(CommandLineInputSpec):
23-
input_image = File(desc="Image to transform", exists=True, argstr="--input_image %s")
23+
input_image = File(
24+
desc="Image to transform", exists=True, argstr="--input_image %s"
25+
)
2426
output_image = traits.Either(
2527
traits.Bool,
2628
File(),

0 commit comments

Comments
 (0)