mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +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))
|
||||
|
||||
interrupted = False
|
||||
try:
|
||||
hash_object, completion = send_completion(
|
||||
model.name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue