Skip to content

Commit c04458c

Browse files
committed
add typeshed patch
1 parent 0fc0efc commit c04458c

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
From 9b584b626fc18881055a3f48080fe3afcf9bb583 Mon Sep 17 00:00:00 2001
2+
From: Christoph Tyralla <[email protected]>
3+
Date: Sat, 25 Oct 2025 09:39:03 +0200
4+
Subject: [PATCH] modify typeshed instead of hacking `calculate_mro`
5+
6+
---
7+
mypy/typeshed/stdlib/builtins.pyi | 2 +-
8+
1 file changed, 1 insertion(+), 1 deletion(-)
9+
10+
diff --git a/mypy/typeshed/stdlib/builtins.pyi b/mypy/typeshed/stdlib/builtins.pyi
11+
index ddf81db18..933a06640 100644
12+
--- a/mypy/typeshed/stdlib/builtins.pyi
13+
+++ b/mypy/typeshed/stdlib/builtins.pyi
14+
@@ -1269,7 +1269,7 @@ class property:
15+
16+
@final
17+
@type_check_only
18+
-class _NotImplementedType(Any):
19+
+class _NotImplementedType:
20+
__call__: None
21+
22+
NotImplemented: _NotImplementedType
23+
--
24+
2.45.1.windows.1
25+

0 commit comments

Comments
 (0)