Skip to content

Commit 0e7ef8d

Browse files
committed
Update rtypes.py
1 parent 665e2e6 commit 0e7ef8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/ir/rtypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ def __hash__(self) -> int:
489489

490490
# Python dict object.
491491
exact_dict_rprimitive: Final = RPrimitive(
492-
"builtins.dict[exact]", is_unboxed=False, is_refcounted=True)
492+
"builtins.dict[exact]", is_unboxed=False, is_refcounted=True
493493
)
494494

495495
# An instance of a subclass of dict.

0 commit comments

Comments
 (0)