Skip to content

Commit 3a307ab

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mypyc/irbuild/specialize.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@
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 new_proxy_op, new_ref_op
10099

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

0 commit comments

Comments
 (0)