uranusjr commented on code in PR #25000:
URL: https://github.com/apache/airflow/pull/25000#discussion_r930607809
##########
airflow/models/taskmixin.py:
##########
@@ -210,9 +209,7 @@ def add_only_new(obj, item_set: Set[str], item: str) ->
None:
for task in task_list:
if dag and not task.has_dag():
# If the other task does not yet have a dag, add it to the
same dag as this task and
- # put it in the dag's root TaskGroup.
Review Comment:
Accidental? The comment now ends with a dangling `and`.
--
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]