Skip to content

Commit 9b629a5

Browse files
committed
Merge branch 'to-bytes' of https://github.com/BobTheBuidler/mypy into to-bytes
2 parents ef5b1d7 + b5a6c06 commit 9b629a5

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

mypyc/primitives/int_ops.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,7 @@
3232
str_rprimitive,
3333
void_rtype,
3434
)
35-
from mypyc.primitives.registry import (
36-
binary_op,
37-
custom_op,
38-
function_op,
39-
load_address_op,
40-
unary_op,
41-
)
35+
from mypyc.primitives.registry import binary_op, custom_op, function_op, load_address_op, unary_op
4236

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

0 commit comments

Comments
 (0)