Skip to content

Commit daab9af

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 65e431b commit daab9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/irbuild/ll_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ def py_call(
947947
list(zip(arg_values, arg_kinds, arg_names)), line, has_star=True, has_star2=True
948948
)
949949
assert pos_args_tuple
950-
950+
951951
if kw_args_dict is None:
952952
return self.call_c(py_call_with_posargs_op, [function, pos_args_tuple], line)
953953

0 commit comments

Comments
 (0)