jason810496 commented on code in PR #64626:
URL: https://github.com/apache/airflow/pull/64626#discussion_r3031172150


##########
airflow-core/src/airflow/models/trigger.py:
##########
@@ -408,6 +409,8 @@ def get_sorted_triggers(
         :param queues: The optional set of trigger queues to filter triggers 
by.
         :param session: The database session.
         """
+        from airflow.models.callback import Callback

Review Comment:
   It's due to CI failure, it trigger recursive import of Callback <-> Trigger 
after the patch.



-- 
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]

Reply via email to