uranusjr commented on code in PR #67523:
URL: https://github.com/apache/airflow/pull/67523#discussion_r3393556294


##########
airflow-core/src/airflow/triggers/base.py:
##########
@@ -48,6 +48,10 @@
     from airflow.sdk.definitions.context import Context
     from airflow.serialization.serialized_objects import SerializedBaseOperator
 
+    # Deferred to type-checking time: shared_stream imports this module at
+    # runtime, so a runtime import here would be circular.
+    from airflow.triggers.shared_stream import SharedStreamProducer

Review Comment:
   Comment probably not needed (I asusme it is AI-generated, they like to make 
this kind of extremely obvious notes)



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