Skip to content

Commit 1c6a08c

Browse files
committed
fix lint
1 parent 768b7c0 commit 1c6a08c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

function_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ def get_argument(argument, option):
358358
checked_use = CHECKED_USE.get(argument['type'], '{}_').format(argument['name'])
359359
if nullable_argument(argument):
360360
checked_use = CHECKED_USE_NULLABLE.substitute(
361-
env={}, arg_name=argument['name'], usage=checked_use)
361+
env={}, arg_name=argument['name'], usage=checked_use)
362362
return checked_use
363363
elif argument['type'] == 'bool' and 'if_true' in argument:
364364
if bool_option_is_string(argument):

0 commit comments

Comments
 (0)