amoghrajesh commented on code in PR #59883: URL: https://github.com/apache/airflow/pull/59883#discussion_r2664112356
########## 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: Thanks kaxil, OL already has it present: https://github.com/apache/airflow/blob/main/providers/openlineage/pyproject.toml#L63, was added few days ago for some other PR -- 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]
