1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-31 02:01:16 +00:00

workloads/uibench: Pylint Fix

This commit is contained in:
Marc Bonnici 2019-05-28 09:26:59 +01:00 committed by setrofim
parent bdaa26d772
commit 9aec4850c2

View File

@ -18,7 +18,7 @@ from wa import Parameter, ApkWorkload
class Uibench(ApkWorkload): class Uibench(ApkWorkload):
name = 'uibench' name = 'uibench'
description =""" description = """
Runs a particular activity of the UIBench_ workload suite. The suite Runs a particular activity of the UIBench_ workload suite. The suite
is provided by Google as a testbench for the Android UI. is provided by Google as a testbench for the Android UI.