Skip to content

Commit 7dbbb77

Browse files
Update int_ops.py
1 parent 24a7ae7 commit 7dbbb77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/primitives/int_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
str_rprimitive,
3232
void_rtype,
3333
)
34-
from mypyc.primitives.registry import binary_op, custom_op, function_op, load_address_op, unary_op
34+
from mypyc.primitives.registry import binary_op, custom_op, function_op, load_address_op, method_op, unary_op
3535

3636
# Constructors for builtins.int and native int types have the same behavior. In
3737
# interpreted mode, native int types are just aliases to 'int'.

0 commit comments

Comments
 (0)