diff --git a/stdlib/builtins.pyi b/stdlib/builtins.pyi index b0912b8872d7..9faaad67a64f 100644 --- a/stdlib/builtins.pyi +++ b/stdlib/builtins.pyi @@ -1283,7 +1283,7 @@ class property: def __delete__(self, instance: Any, /) -> None: ... @final -class _NotImplementedType(Any): +class _NotImplementedType: __call__: None NotImplemented: _NotImplementedType