From a930b8aa8c77b9d62c407f6381385fc56ff754ad Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Mon, 21 Jul 2025 19:27:23 -0400 Subject: [PATCH] linting Signed-off-by: Vladimir Mandic --- installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.py b/installer.py index 88a29594c..b98a684a3 100644 --- a/installer.py +++ b/installer.py @@ -146,7 +146,7 @@ def setup_logging(): def filter(self, record): return len(record.getMessage()) > 2 - def override_padding(self, console, options): # pylint: disable=redefine-outer-name + def override_padding(self, console, options): # pylint: disable=redefined-outer-name style = console.get_style(self.style) width = options.max_width self.left = 0