aboutsummaryrefslogtreecommitdiff
path: root/wa/framework/configuration/default.py
diff options
context:
space:
mode:
Diffstat (limited to 'wa/framework/configuration/default.py')
-rw-r--r--wa/framework/configuration/default.py14
1 files changed, 8 insertions, 6 deletions
diff --git a/wa/framework/configuration/default.py b/wa/framework/configuration/default.py
index 5d70ad06..94f36f22 100644
--- a/wa/framework/configuration/default.py
+++ b/wa/framework/configuration/default.py
@@ -18,12 +18,14 @@ from wa.framework.configuration.plugin_cache import PluginCache
from wa.utils.serializer import yaml
from wa.utils.doc import strip_inlined_text
-DEFAULT_AUGMENTATIONS = ['execution_time',
- 'interrupts',
- 'cpufreq',
- 'status',
- 'csv'
- ]
+
+DEFAULT_AUGMENTATIONS = [
+ 'execution_time',
+ 'interrupts',
+ 'cpufreq',
+ 'status',
+ 'csv',
+]
def _format_yaml_comment(param, short_description=False):