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