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
Improve the typing of the example in BaseApiClient
The `mypy-protobuf` plugin generates a `XxxAsyncStub` class for each
service, which have proper type information to be used with async. This
still needs some hacks (type ignore) to make it work, but it's better
than using the normal stubs and having to cast on each call.
Signed-off-by: Leandro Lucarella <[email protected]>
0 commit comments