Jorricks commented on a change in pull request #16634:
URL: https://github.com/apache/airflow/pull/16634#discussion_r711913945



##########
File path: airflow/www/views.py
##########
@@ -3194,16 +3194,22 @@ def action_has_dag_edit_access(action_func: Callable) 
-> Callable:
     @wraps(action_func)
     def check_dag_edit_acl_for_actions(
         self,
-        items: Optional[Union[List[TaskInstance], List[DagRun], TaskInstance, 
DagRun, None]],
+        items: Optional[Union[Iterable[TaskInstance], Iterable[DagRun], 
TaskInstance, DagRun]],
         *args,
         **kwargs,
-    ) -> None:
+    ):

Review comment:
       When rewriting the function I must have accidentally removed it. Adding 
it back 👍 




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