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


##########
airflow-core/src/airflow/api_fastapi/core_api/services/ui/task_group.py:
##########
@@ -57,7 +56,7 @@ def task_group_to_dict(task_item_or_group, 
parent_group_is_mapped=False):
             node_operator["is_mapped"] = True
         return node_operator
 
-    task_group: TaskGroup = task_item_or_group
+    task_group = task_item_or_group

Review Comment:
   #59194 will allow better type hints here (this one should only take 
serialized types).



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