Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LRO imports need '# type: ignore' #596

Closed
tseaver opened this issue Sep 15, 2020 · 0 comments · Fixed by #597
Closed

LRO imports need '# type: ignore' #596

tseaver opened this issue Sep 15, 2020 · 0 comments · Fixed by #597
Assignees

Comments

@tseaver
Copy link
Contributor

tseaver commented Sep 15, 2020

Imports generated from the method.flat_ref_types filter loop need to have # type: ignore added if the imports are from google.api_core. E.g.:

from google.api_core import operation as ga_operation  # type: ignore
from google.api_core import operation_async  # type: ignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants