Skip to content

Commit 40f1151

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

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
@@ -517,7 +517,7 @@ def __hash__(self) -> int:
517517
"weakref.ReferenceType", is_unboxed=False, is_refcounted=True
518518
)
519519

520-
520+
521521
KNOWN_NATIVE_TYPES: Final = {
522522
name: RPrimitive(name, is_unboxed=False, is_refcounted=True)
523523
for name in ["native_internal.Buffer"]

0 commit comments

Comments
 (0)