Skip to content

Commit 46ce3e6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 38a995f commit 46ce3e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/codegen/emitfunc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
from mypyc.ir.pprint import generate_names_for_ir
7373
from mypyc.ir.rtypes import (
7474
RArray,
75-
RStruct,
7675
RInstance,
76+
RStruct,
7777
RTuple,
7878
RType,
7979
is_int32_rprimitive,

0 commit comments

Comments
 (0)