mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 03:12:34 +01:00
Updated pylint for v1.5.1
Fixed WA for the latest version of pylint (1.5.1)
This commit is contained in:
@@ -14,11 +14,12 @@
|
||||
|
||||
# pylint: disable=W0201, C0103
|
||||
|
||||
from wlauto import Workload, Parameter, Executable
|
||||
|
||||
import os
|
||||
import re
|
||||
|
||||
from wlauto import Workload, Parameter, Executable
|
||||
|
||||
|
||||
hackbench_results_txt = 'hackbench_results.txt'
|
||||
|
||||
regex_map = {"total_groups": (re.compile(r'(\d+) groups'), "groups"),
|
||||
|
Reference in New Issue
Block a user