Skip to content

Commit f69b3fb

Browse files
committed
STY: black
1 parent 91f9753 commit f69b3fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nipype/interfaces/ants/registration.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,9 @@ class RegistrationInputSpec(ANTSCommandInputSpec):
584584
desc="The Lower quantile to clip image ranges",
585585
)
586586

587-
verbose = traits.Bool(argstr="-v", default_value=False, usedefault=True, nohash=True)
587+
verbose = traits.Bool(
588+
argstr="-v", default_value=False, usedefault=True, nohash=True
589+
)
588590

589591

590592
class RegistrationOutputSpec(TraitedSpec):

0 commit comments

Comments
 (0)