mypy complains with import-untyped
when importing google.api_core
in google-auth
#813
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Investigate why mypy raises an
import-untyped
error when the following line is added togoogle-auth
:For now, the error is silenced using
# type: ignore
.The text was updated successfully, but these errors were encountered: