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:
@@ -300,8 +300,7 @@ def parse_telemetry_results(filepath):
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
import sys
|
||||
from pprint import pprint
|
||||
import sys # pylint: disable=wrong-import-order,wrong-import-position
|
||||
from pprint import pprint # pylint: disable=wrong-import-order,wrong-import-position
|
||||
path = sys.argv[1]
|
||||
pprint(parse_telemetry_results(path))
|
||||
|
||||
|
Reference in New Issue
Block a user