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`.