mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-20 07:00:29 +08:00
Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6b1c488e24 |
+1
-1
@@ -1283,7 +1283,7 @@ class property:
|
||||
def __delete__(self, instance: Any, /) -> None: ...
|
||||
|
||||
@final
|
||||
class _NotImplementedType(Any):
|
||||
class _NotImplementedType:
|
||||
__call__: None
|
||||
|
||||
NotImplemented: _NotImplementedType
|
||||
|
||||
Reference in New Issue
Block a user