Skip to content

Commit b133de3

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

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

mypyc/primitives/int_ops.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,14 @@
3131
str_rprimitive,
3232
void_rtype,
3333
)
34-
from mypyc.primitives.registry import binary_op, custom_op, function_op, load_address_op, method_op, unary_op
34+
from mypyc.primitives.registry import (
35+
binary_op,
36+
custom_op,
37+
function_op,
38+
load_address_op,
39+
method_op,
40+
unary_op,
41+
)
3542

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

0 commit comments

Comments
 (0)