ephraimbuddy commented on code in PR #54505: URL: https://github.com/apache/airflow/pull/54505#discussion_r2429074867
########## airflow-core/tests/unit/core/test_core.py: ########## @@ -24,10 +24,10 @@ import pytest from airflow._shared.timezones.timezone import datetime -from airflow.exceptions import AirflowTaskTimeout from airflow.models.baseoperator import BaseOperator from airflow.providers.standard.operators.empty import EmptyOperator from airflow.providers.standard.operators.python import PythonOperator +from airflow.sdk.exceptions import AirflowTaskTimeout Review Comment: Moved this to sdk: https://github.com/apache/airflow/pull/56616 -- 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]
