mirror of
https://github.com/Aider-AI/aider
synced 2026-04-25 17:15:07 +02:00
refactor: Remove unused head variable in ChatSummary
This commit is contained in:
committed by
Paul Gauthier (aider)
parent
320ee06cc3
commit
19a7864168
@@ -64,7 +64,6 @@ class ChatSummary:
|
||||
return self.summarize_all(messages)
|
||||
|
||||
# Split head and tail
|
||||
head = messages[:split_index]
|
||||
tail = messages[split_index:]
|
||||
|
||||
# Only size the head once
|
||||
|
||||
Reference in New Issue
Block a user