ashb commented on code in PR #47339:
URL: https://github.com/apache/airflow/pull/47339#discussion_r1995123296


##########
airflow/models/__init__.py:
##########
@@ -135,6 +135,6 @@ def __getattr__(name):
     from airflow.models.taskreschedule import TaskReschedule
     from airflow.models.trigger import Trigger
     from airflow.models.variable import Variable
-    from airflow.models.xcom import XCom
+    from airflow.models.xcom import XComModel

Review Comment:
   ditto
   ```suggestion
       from airflow.sdk.execution_time.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