We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b40552 commit edeff9aCopy full SHA for edeff9a
mypyc/irbuild/specialize.py
@@ -96,10 +96,7 @@
96
str_encode_utf8_strict,
97
)
98
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
-)
+from mypyc.primitives.weakref_ops import new_proxy_op, new_ref_op
103
104
# Specializers are attempted before compiling the arguments to the
105
# function. Specializers can return None to indicate that they failed
0 commit comments