mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-06-20 07:16:11 +01:00
wa: pep8 fixes
This commit is contained in:
wa
commands
framework
target
instruments
output_processors
utils
workloads
antutu
apache.pyapplaunch
deepbench
dhrystone
exoplayer
geekbench
hwuitest
jankbench
lmbench
mongoperf
recentfling
@ -18,7 +18,7 @@ import re
|
||||
import logging
|
||||
|
||||
|
||||
from builtins import zip #pyline disable=redefined-builtin
|
||||
from builtins import zip # pylint: disable=redefined-builtin
|
||||
from future.moves.itertools import zip_longest
|
||||
|
||||
from wa.utils.misc import diff_tokens, write_table
|
||||
@ -26,6 +26,7 @@ from wa.utils.misc import ensure_file_directory_exists as _f
|
||||
|
||||
logger = logging.getLogger('diff')
|
||||
|
||||
|
||||
def diff_interrupt_files(before, after, result): # pylint: disable=R0914
|
||||
output_lines = []
|
||||
with open(before) as bfh:
|
||||
|
Reference in New Issue
Block a user