mik-laj commented on a change in pull request #7527: [AIRFLOW-6907] Simplify SchedulerJob URL: https://github.com/apache/airflow/pull/7527#discussion_r383830531
########## 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: This change was already in the master, but the PR preview has not been updated. ---------------------------------------------------------------- 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
