fix: remove unused variable 'interrupted'

This commit is contained in:
Paul Gauthier (aider) 2024-08-13 05:54:26 -07:00
parent fb0066cbf0
commit 20341d6a43

View file

@ -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,