mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-31 10:11: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):
|
def get_text_width(self):
|
||||||
if not self._text_width:
|
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
|
return self._text_width
|
||||||
|
|
||||||
def set_text_width(self, value):
|
def set_text_width(self, value):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user