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


##########
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:
   May be a good idea to give this type an alias (or may it a named tuple?)



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