diff --git a/third_party/2and3/click/core.pyi b/third_party/2and3/click/core.pyi index ebb5e31e6..728ee2653 100644 --- a/third_party/2and3/click/core.pyi +++ b/third_party/2and3/click/core.pyi @@ -115,10 +115,10 @@ class Context: def lookup_default(self, name: str) -> Any: ... - def fail(self, message: str) -> None: + def fail(self, message: str) -> NoReturn: ... - def abort(self) -> None: + def abort(self) -> NoReturn: ... def exit(self, code: Union[int, str] = ...) -> NoReturn: