ashb commented on a change in pull request #7527: [AIRFLOW-6907] Simplify SchedulerJob URL: https://github.com/apache/airflow/pull/7527#discussion_r383813377
########## File path: airflow/providers/google/cloud/hooks/stackdriver.py ########## @@ -29,7 +29,7 @@ from google.protobuf.json_format import MessageToDict, MessageToJson, Parse from googleapiclient.errors import HttpError -from airflow import AirflowException +from airflow.exceptions import AirflowException Review comment: Unrelated change here? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
