Skip to content

Commit 65f1796

Browse files
committed
Lint
1 parent 2b4a416 commit 65f1796

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mypyc/irbuild/ll_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,9 @@
179179
ERR_NEG_INT,
180180
CFunctionDescription,
181181
binary_ops,
182+
function_ops,
182183
method_call_ops,
183184
unary_ops,
184-
function_ops,
185185
)
186186
from mypyc.primitives.set_ops import new_set_op
187187
from mypyc.primitives.str_ops import (

mypyc/primitives/librt_strings_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
KNOWN_NATIVE_TYPES,
66
bytes_rprimitive,
77
int64_rprimitive,
8-
short_int_rprimitive,
98
none_rprimitive,
9+
short_int_rprimitive,
1010
uint8_rprimitive,
1111
)
1212
from mypyc.primitives.registry import function_op, method_op

0 commit comments

Comments
 (0)