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


##########
airflow/jobs/scheduler_job.py:
##########
@@ -221,26 +221,31 @@ def is_alive(self, grace_multiplier: float | None = None) 
-> bool:
 
     def __get_concurrency_maps(
         self, states: list[TaskInstanceState], session: Session
-    ) -> tuple[DefaultDict[str, int], DefaultDict[tuple[str, str], int]]:
+    ) -> tuple[
+        DefaultDict[str, int], DefaultDict[tuple[str, str], int], 
DefaultDict[tuple[str, str, str], int]
+    ]:

Review Comment:
   Also the fact that these are default dicts is actually not significant in 
the return value. Maybe it’s better to simplify it to `dict`.



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