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:
parent
4904c6cf71
commit
b018adac11
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user