Skip to content

Commit

Permalink
remove unused declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
dstandish committed Sep 28, 2022
1 parent 9644b05 commit cf32cec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion airflow/www/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -2898,7 +2898,6 @@ def duration(self, dag_id, session=None):

y_points = defaultdict(list)
x_points = defaultdict(list)
cumulative_y = defaultdict(list)

task_instances = dag.get_task_instances_before(base_date, num_runs, session=session)
if task_instances:
Expand Down

0 comments on commit cf32cec

Please sign in to comment.