mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 11:22:41 +01:00
pylint fixes
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user