You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The status_map in stubs/WebOb/webob/exc.pyi is typed as dict[int, WSGIHTTPException] and it should be typed as dict[int, typing.Type[WSGIHTTPException]].
The text was updated successfully, but these errors were encountered:
The status_map in stubs/WebOb/webob/exc.pyi is typed as
dict[int, WSGIHTTPException]
and it should be typed asdict[int, typing.Type[WSGIHTTPException]]
.The text was updated successfully, but these errors were encountered: