mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-27 15:55:00 +00:00
style: fix indentation in get_input method
This commit is contained in:
parent
5a0d66141f
commit
01b5bdc829
1 changed files with 2 additions and 2 deletions
|
@ -383,8 +383,8 @@ class InputOutput:
|
|||
|
||||
try:
|
||||
rel_fnames = list(rel_fnames)
|
||||
show = ""
|
||||
if rel_fnames:
|
||||
show = ""
|
||||
if rel_fnames:
|
||||
rel_read_only_fnames = [
|
||||
get_rel_fname(fname, root) for fname in (abs_read_only_fnames or [])
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue