Skip to content

Commit 08b94e8

Browse files
committed
FIX: PEP8 - W293 blank line contains whitespace
1 parent a177591 commit 08b94e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/utils/nipype_cmd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def add_options(parser=None, module=None, function=None):
2727
for name, spec in sorted(interface.inputs.traits(transient=None).items()):
2828
desc = "\n".join(interface._get_trait_desc(inputs, name, spec))[len(name)+2:]
2929
args = {}
30-
30+
3131
if spec.is_trait_type(traits.Bool):
3232
args["action"] = 'store_true'
3333

0 commit comments

Comments
 (0)