Skip to content

Commit 567b8a4

Browse files
committed
Merge branch 'stararg-fastpath' of https://github.com/BobTheBuidler/mypy into stararg-fastpath
2 parents 3da4bf2 + 3e72105 commit 567b8a4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

mypyc/irbuild/ll_builder.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,12 @@
183183
str_ssize_t_size_op,
184184
unicode_compare,
185185
)
186-
from mypyc.primitives.tuple_ops import list_tuple_op, new_tuple_op, new_tuple_with_length_op, sequence_tuple_op
186+
from mypyc.primitives.tuple_ops import (
187+
list_tuple_op,
188+
new_tuple_op,
189+
new_tuple_with_length_op,
190+
sequence_tuple_op,
191+
)
187192
from mypyc.rt_subtype import is_runtime_subtype
188193
from mypyc.sametype import is_same_type
189194
from mypyc.subtype import is_subtype

mypyc/test-data/irbuild-basic.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3805,4 +3805,3 @@ L0:
38053805
r2.__mypyc_env__ = r0; r3 = is_error
38063806
wrapper = r2
38073807
return wrapper
3808-

0 commit comments

Comments
 (0)