ashb commented on a change in pull request #15474:
URL: https://github.com/apache/airflow/pull/15474#discussion_r618540182
##########
File path: airflow/www/views.py
##########
@@ -459,6 +459,97 @@ def add_user_permissions_to_dag(sender, template, context,
**extra): # noqa pyl
context['dag'] = dag
+def get_tree_data(dag_runs, dag, base_date):
Review comment:
```suggestion
def get_tree_data(dag_runs: Iterable[DagRun], dag: DAG, base_date: DateTime):
```
(I think those types should be in scope and correct)
--
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]