From d8e63e217727eb688f0eb1b1970047e709063774 Mon Sep 17 00:00:00 2001 From: Joel Maher Date: Fri, 12 May 2017 15:14:10 -0400 Subject: [PATCH] Bug 1364421 - fix flake8 errors. r=me a=CLOSED TREE --- taskcluster/taskgraph/optimize.py | 1 - 1 file changed, 1 deletion(-) diff --git a/taskcluster/taskgraph/optimize.py b/taskcluster/taskgraph/optimize.py index e5234d17b471..b22c7a85e4a4 100644 --- a/taskcluster/taskgraph/optimize.py +++ b/taskcluster/taskgraph/optimize.py @@ -206,7 +206,6 @@ def opt_index_search(task, params, index_path): def opt_seta(task, params): bbb_task = False - # for bbb tasks we need to send in the buildbot buildername if task.task.get('provisionerId', '') == 'buildbot-bridge': label = task.task.get('payload').get('buildername')