diff --git a/stdlib/2/__builtin__.pyi b/stdlib/2/__builtin__.pyi index 064b651cd..121fe7de3 100644 --- a/stdlib/2/__builtin__.pyi +++ b/stdlib/2/__builtin__.pyi @@ -836,7 +836,6 @@ class BaseException: args = ... # type: Tuple[Any, ...] message = ... # type: str def __init__(self, *args: Any) -> None: ... - def with_traceback(self, tb: Any) -> BaseException: ... class GeneratorExit(BaseException): ... class KeyboardInterrupt(BaseException): ... class SystemExit(BaseException):