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
On second thought, maybe this is intentional? I see that not all public APIs are fully typed---for example, mypy infers the type of stream_id and headers on RequestReceived as None because they're not annotated and are set to None in the constructor.
https://typing.readthedocs.io/en/latest/spec/distributing.html#packaging-type-information
Without this file, mypy emits errors like this on
h2
import statements:The text was updated successfully, but these errors were encountered: