mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 04:04:25 +08:00
Remove Any from _NotImplementedType inheritance
It does seem like this was first added in ecb43149f7
and does not serve a bigger purpose.
This commit is contained in:
@@ -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