mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
style: Fix linter warnings in io.py
This commit is contained in:
parent
8a05f05bd4
commit
6fc3776c0c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue