gapic-generator-python icon indicating copy to clipboard operation
gapic-generator-python copied to clipboard

Investigate and remove `# type: ignore` from async rest property methods for callables

Open ohmayr opened this issue 1 year ago • 0 comments

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.

ohmayr avatar Sep 12 '24 18:09 ohmayr