kaxil commented on code in PR #45506:
URL: https://github.com/apache/airflow/pull/45506#discussion_r1908505001


##########
airflow/api_fastapi/execution_api/routes/task_instances.py:
##########
@@ -39,6 +39,7 @@
     TIStateUpdate,
     TITerminalStatePayload,
 )
+from airflow.models import XCom

Review Comment:
   ```suggestion
   from airflow.models.xcom import XCom
   ```



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