Skip to content

Commit f4a565d

Browse files
committed
Merge commit '1c6a08c1c2a50a7048ae9e6e11290740d24a8374'
2 parents a5c2546 + 1c6a08c commit f4a565d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch/lib/ATen/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)