uranusjr commented on code in PR #35465: URL: https://github.com/apache/airflow/pull/35465#discussion_r1382737947
########## tests/system/providers/google/cloud/automl/example_automl_translation.py: ########## @@ -24,7 +24,7 @@ from datetime import datetime from typing import cast -from google.cloud import storage +from google.cloud import storage # type: ignore[attr-defined] Review Comment: Hmm is the Google API module not annotated well or something? Maybe we should ignore the entire thing in Mypy config instead. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
