mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-26 22:45:00 +00:00
refactor: Remove unused head variable in ChatSummary
This commit is contained in:
parent
320ee06cc3
commit
19a7864168
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ class ChatSummary:
|
||||||
return self.summarize_all(messages)
|
return self.summarize_all(messages)
|
||||||
|
|
||||||
# Split head and tail
|
# Split head and tail
|
||||||
head = messages[:split_index]
|
|
||||||
tail = messages[split_index:]
|
tail = messages[split_index:]
|
||||||
|
|
||||||
# Only size the head once
|
# Only size the head once
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue