Skip to content

Commit 8aee818

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/primitives/tuple_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
from mypyc.ir.ops import ERR_MAGIC, ERR_NEVER
1010
from mypyc.ir.rtypes import (
11-
c_pyssize_t_rprimitive,
1211
bit_rprimitive,
12+
c_pyssize_t_rprimitive,
1313
int_rprimitive,
1414
list_rprimitive,
1515
object_rprimitive,

0 commit comments

Comments
 (0)