Skip to content

Commit 8228b9e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 903f384 commit 8228b9e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
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, load_empty_tuple_constant_op, new_tuple_op, new_tuple_with_length_op
186+
from mypyc.primitives.tuple_ops import (
187+
list_tuple_op,
188+
load_empty_tuple_constant_op,
189+
new_tuple_op,
190+
new_tuple_with_length_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

0 commit comments

Comments
 (0)