kaxil commented on code in PR #59883: URL: https://github.com/apache/airflow/pull/59883#discussion_r2665019758
########## providers/openlineage/src/airflow/providers/openlineage/plugins/listener.py: ########## @@ -28,9 +28,8 @@ from openlineage.client.serde import Serde from airflow import settings -from airflow.listeners import hookimpl from airflow.models import DagRun, TaskInstance -from airflow.providers.common.compat.sdk import Stats, timeout, timezone +from airflow.providers.common.compat.sdk import Stats, hookimpl, timeout, timezone Review Comment: yup got added after the comment :) https://github.com/apache/airflow/commit/a09ed06a2b59057d1e397b8e28821b26038ea2ab -- 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]
