diff --git a/stubs/WebOb/webob/exc.pyi b/stubs/WebOb/webob/exc.pyi index e3f9e4b36..5316b33cb 100644 --- a/stubs/WebOb/webob/exc.pyi +++ b/stubs/WebOb/webob/exc.pyi @@ -123,4 +123,4 @@ class HTTPExceptionMiddleware: def __init__(self, application: WSGIApplication) -> None: ... def __call__(self, environ: WSGIEnvironment, start_response: StartResponse) -> Iterable[bytes]: ... -status_map: dict[int, WSGIHTTPException] +status_map: dict[int, type[WSGIHTTPException]]