Skip to content

Commit fe47b0a

Browse files
committed
Lint
1 parent 96f5936 commit fe47b0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mypyc/ir/rtypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ def __hash__(self) -> int:
547547
} | {
548548
"librt.random.Random": RPrimitive(
549549
"librt.random.Random", is_unboxed=False, is_refcounted=True, dependencies=(LIBRT_RANDOM,)
550-
),
550+
)
551551
}
552552

553553
bytes_writer_rprimitive: Final = KNOWN_NATIVE_TYPES["librt.strings.BytesWriter"]

0 commit comments

Comments
 (0)