diff --git a/stdlib/builtins.pyi b/stdlib/builtins.pyi index f4e0e0ffe..14ad7ebaf 100644 --- a/stdlib/builtins.pyi +++ b/stdlib/builtins.pyi @@ -1284,9 +1284,7 @@ class property: @final class _NotImplementedType(Any): - # A little weird, but typing the __call__ as NotImplemented makes the error message - # for NotImplemented() much better - __call__: NotImplemented # type: ignore[valid-type] # pyright: ignore[reportInvalidTypeForm] + __call__: None NotImplemented: _NotImplementedType