We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
import-untyped
google.api_core
google-auth
Investigate why mypy raises animport-untyped error when the following line is added togoogle-auth:
from google.api_core import client_logging # type: ignore # noqa: F401
For now, the error is silenced using# type: ignore.
# type: ignore