Skip to content

LRO imports need '# type: ignore' #596

@tseaver

Description

@tseaver

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions