diff --git a/stdlib/3/builtins.pyi b/stdlib/3/builtins.pyi index deebf1dfc..291296aed 100644 --- a/stdlib/3/builtins.pyi +++ b/stdlib/3/builtins.pyi @@ -751,7 +751,6 @@ Ellipsis = ... # type: ellipsis class BaseException: args = ... # type: Any - message = ... # type: str def __init__(self, *args: Any) -> None: ... def with_traceback(self, tb: Any) -> BaseException: ...