Skip to content

Commit 167d085

Browse files
pre-commit-ci[bot]BobTheBuidler
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 038fc3a commit 167d085

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
@@ -184,7 +184,12 @@
184184
str_ssize_t_size_op,
185185
unicode_compare,
186186
)
187-
from mypyc.primitives.tuple_ops import list_tuple_op, new_tuple_op, new_tuple_with_length_op, sequence_tuple_op
187+
from mypyc.primitives.tuple_ops import (
188+
list_tuple_op,
189+
new_tuple_op,
190+
new_tuple_with_length_op,
191+
sequence_tuple_op,
192+
)
188193
from mypyc.rt_subtype import is_runtime_subtype
189194
from mypyc.sametype import is_same_type
190195
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)