Skip to content

Commit 3e72105

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 27a13a7 commit 3e72105

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
@@ -3809,4 +3809,3 @@ L0:
38093809
r2.__mypyc_env__ = r0; r3 = is_error
38103810
wrapper = r2
38113811
return wrapper
3812-

0 commit comments

Comments
 (0)