mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-10-29 22:24:51 +00:00
Pylint fixes
Pylint now checks for trailing new lines, this commit fixes them.
This commit is contained in:
@@ -92,4 +92,3 @@ class Andebench(AndroidUiAutoBenchmark):
|
||||
results[data['key']] = data['value']
|
||||
for key, value in results.iteritems():
|
||||
context.result.add_metric(key, value)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user