From 6fc3776c0c82e96c9dc88b8e1cf920585da5fb62 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Wed, 13 Nov 2024 13:27:11 -0800 Subject: [PATCH] style: Fix linter warnings in io.py --- aider/io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/io.py b/aider/io.py index 328b88bcd..b53088684 100644 --- a/aider/io.py +++ b/aider/io.py @@ -744,7 +744,7 @@ class InputOutput: editable_output = StringIO() Console(file=editable_output, force_terminal=False).print(Columns(files_with_label)) editable_lines = editable_output.getvalue().splitlines() - + if len(read_only_lines) > 1 or len(editable_lines) > 1: console.print() files_with_label = ["Editable:"] + editable_files