ashb commented on a change in pull request #15034:
URL: https://github.com/apache/airflow/pull/15034#discussion_r604039518



##########
File path: airflow/utils/task_group.py
##########
@@ -304,7 +323,7 @@ def build_map(task_group):
         build_map(self)
         return task_group_map
 
-    def get_child_by_label(self, label: str) -> Union["BaseOperator", 
"TaskGroup"]:
+    def get_child_by_label(self, label: str) -> Union["BaseOperator", 
"TaskGroup" ""]:

Review comment:
       ```suggestion
       def get_child_by_label(self, label: str) -> Union["BaseOperator", 
"TaskGroup"]:
   ```




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to