Skip to content

mypy complains with import-untyped when importing google.api_core in google-auth #813

@ohmayr

Description

@ohmayr

Investigate why mypy raises an import-untyped error when the following line is added to google-auth:

from google.api_core import client_logging  # type: ignore # noqa: F401

For now, the error is silenced using # type: ignore.

Metadata

Metadata

Assignees

Labels

priority: p2Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions