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


##########
airflow-core/src/airflow/models/taskmap.py:
##########
@@ -52,6 +55,17 @@ class TaskMapVariant(enum.Enum):
     LIST = "list"
 
 
+def _make_task_carrier(dag_run_context_carrier):

Review Comment:
   This appears to duplicate the same fn from models/ti.py?



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