mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
style: fix linting issues and format code
This commit is contained in:
parent
0890b32425
commit
ed2a2d7dc3
2 changed files with 6 additions and 14 deletions
|
@ -378,7 +378,7 @@ class InputOutput:
|
|||
if changed:
|
||||
self.changed_files = changed
|
||||
|
||||
#ai move all this ...
|
||||
# ai move all this ...
|
||||
self.changed_files = process_file_changes(changed)
|
||||
self.interrupt_input()
|
||||
break
|
||||
|
@ -447,7 +447,7 @@ class InputOutput:
|
|||
|
||||
# Check if we were interrupted by a file change
|
||||
if self.changed_files:
|
||||
#ai ...down to here!
|
||||
# ai ...down to here!
|
||||
changed = " ".join(self.changed_files)
|
||||
self.changed_files = None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue