From b018adac11ce72a4deccecd71bdf0b7bf8e3be34 Mon Sep 17 00:00:00 2001 From: Sergei Trofimov Date: Mon, 29 Jun 2015 11:34:49 +0100 Subject: [PATCH] pylint fixes --- wlauto/utils/formatter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wlauto/utils/formatter.py b/wlauto/utils/formatter.py index 3a4599a3..11b2154d 100644 --- a/wlauto/utils/formatter.py +++ b/wlauto/utils/formatter.py @@ -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):