From f49dfeac70e0783dc2f72c992539d5113da229c7 Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Mon, 21 May 2018 16:34:11 +0100 Subject: [PATCH] config/core: Remove JobGenerator unused `sections` attribute Remove the used attribute `sections` from the JobGenerator --- wa/framework/configuration/core.py | 1 - 1 file changed, 1 deletion(-) diff --git a/wa/framework/configuration/core.py b/wa/framework/configuration/core.py index f5111fde..a012ce02 100644 --- a/wa/framework/configuration/core.py +++ b/wa/framework/configuration/core.py @@ -912,7 +912,6 @@ class JobGenerator(object): def __init__(self, plugin_cache): self.plugin_cache = plugin_cache self.ids_to_run = [] - self.sections = [] self.workloads = [] self._enabled_augmentations = toggle_set() self._enabled_instruments = None