Skip to content

Commit edeff9a

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

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

mypyc/irbuild/specialize.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,7 @@
9696
str_encode_utf8_strict,
9797
)
9898
from mypyc.primitives.tuple_ops import new_tuple_set_item_op
99-
from mypyc.primitives.weakref_ops import (
100-
new_proxy_op,
101-
new_ref_op,
102-
)
99+
from mypyc.primitives.weakref_ops import new_proxy_op, new_ref_op
103100

104101
# Specializers are attempted before compiling the arguments to the
105102
# function. Specializers can return None to indicate that they failed

0 commit comments

Comments
 (0)