mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
WebOb: Fixes webob.exc.status_map (#13195)
This commit is contained in:
@@ -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]]
|
||||
|
||||
Reference in New Issue
Block a user