turbaszek commented on a change in pull request #10498:
URL: https://github.com/apache/airflow/pull/10498#discussion_r475450736



##########
File path: airflow/www/views.py
##########
@@ -1565,36 +1629,37 @@ def graph(self, session=None):
 
         nodes = []
         edges = []
-        for task in dag.tasks:
+        for a_task in dag.tasks:

Review comment:
       How about `dag_task`? In functional languages it common to have `for x 
in xs`, `for y in ys`




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