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:
Dave Halter
2025-02-10 16:17:02 +01:00
parent 24c78b9e0d
commit 6b1c488e24

View File

@@ -1283,7 +1283,7 @@ class property:
def __delete__(self, instance: Any, /) -> None: ...
@final
class _NotImplementedType(Any):
class _NotImplementedType:
__call__: None
NotImplemented: _NotImplementedType