Skip to content

Commit 9057461

Browse files
committed
fix: mypy errs
1 parent 3315a97 commit 9057461

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
@@ -793,7 +793,7 @@ def _construct_varargs(
793793
if is_tuple_rprimitive(value.type):
794794
if len(args) == 1:
795795
# fn(*args)
796-
return value, None
796+
return value, self._create_dict([], [], line)
797797
elif len(args) == 2 and args[1][1] == ARG_STAR2:
798798
# fn(*args, **kwargs)
799799
star_result = value

0 commit comments

Comments
 (0)