commit | fc12b40bfc6e0c4bb313196e2e3a9c9374ce1c45 | [log] [tgz] |
---|---|---|
author | Daniel Sanche <sanche@google.com> | Fri Nov 17 10:29:55 2023 -0800 |
committer | GitHub <noreply@github.com> | Fri Nov 17 10:29:55 2023 -0800 |
tree | 16019fb3b32cf9e6350ad3a442a19ed934636041 | |
parent | 448923acf277a70e8704c949311bf4feaef8cab6 [diff] |
feat: add type annotations to wrapped grpc calls (#554) * add types to grpc call wrappers * fixed tests * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * changed type * changed async types * added tests * fixed lint issues * Update tests/asyncio/test_grpc_helpers_async.py Co-authored-by: Anthonios Partheniou <partheniou@google.com> * turned GrpcStream into a type alias * added test for GrpcStream * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * added comment * reordered types * changed type var to P --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>