mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-04 20:32:36 +01:00
wa: pep8 fixes
This commit is contained in:
@@ -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