mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
fix: remove unused variable 'interrupted'
This commit is contained in:
parent
fb0066cbf0
commit
20341d6a43
1 changed files with 0 additions and 1 deletions
|
@ -1242,7 +1242,6 @@ class Coder:
|
||||||
|
|
||||||
self.io.log_llm_history("TO LLM", format_messages(messages))
|
self.io.log_llm_history("TO LLM", format_messages(messages))
|
||||||
|
|
||||||
interrupted = False
|
|
||||||
try:
|
try:
|
||||||
hash_object, completion = send_completion(
|
hash_object, completion = send_completion(
|
||||||
model.name,
|
model.name,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue