mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +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()
|
editable_output = StringIO()
|
||||||
Console(file=editable_output, force_terminal=False).print(Columns(files_with_label))
|
Console(file=editable_output, force_terminal=False).print(Columns(files_with_label))
|
||||||
editable_lines = editable_output.getvalue().splitlines()
|
editable_lines = editable_output.getvalue().splitlines()
|
||||||
|
|
||||||
if len(read_only_lines) > 1 or len(editable_lines) > 1:
|
if len(read_only_lines) > 1 or len(editable_lines) > 1:
|
||||||
console.print()
|
console.print()
|
||||||
files_with_label = ["Editable:"] + editable_files
|
files_with_label = ["Editable:"] + editable_files
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue