gapic-generator-python
gapic-generator-python copied to clipboard
Investigate and remove `# type: ignore` from async rest property methods for callables
The return type of callable property methods in rest_asyncio.py is ignored to silence mypy errors by adding a # type: ignore comment.
Follow up, investigate, and remove the comment by applying the appropriate fix.