Skip to content

Commit f62bfd2

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

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
@@ -32,7 +32,14 @@
3232
str_rprimitive,
3333
void_rtype,
3434
)
35-
from mypyc.primitives.registry import binary_op, custom_op, function_op, load_address_op, method_op, unary_op
35+
from mypyc.primitives.registry import (
36+
binary_op,
37+
custom_op,
38+
function_op,
39+
load_address_op,
40+
method_op,
41+
unary_op,
42+
)
3643

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

0 commit comments

Comments
 (0)