mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
style: Apply linter formatting changes
This commit is contained in:
parent
598ae7b6b9
commit
dad8b6f171
1 changed files with 1 additions and 0 deletions
|
@ -1011,5 +1011,6 @@ if __name__ == "__main__":
|
||||||
status = main()
|
status = main()
|
||||||
sys.exit(status)
|
sys.exit(status)
|
||||||
|
|
||||||
|
|
||||||
def completions_read(self):
|
def completions_read(self):
|
||||||
return [] # No auto-completion for now, as it would require listing all files on the system
|
return [] # No auto-completion for now, as it would require listing all files on the system
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue