1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-19 04:21:17 +00:00

pylint fixes

This commit is contained in:
Sergei Trofimov 2015-06-29 11:34:49 +01:00
parent 4904c6cf71
commit b018adac11

View File

@ -58,7 +58,7 @@ class DescriptionListFormatter(TextFormatter):
def get_text_width(self):
if not self._text_width:
self._text_width, _ = get_terminal_size()
self._text_width, _ = get_terminal_size() # pylint: disable=unpacking-non-sequence
return self._text_width
def set_text_width(self, value):