mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
lint
This commit is contained in:
parent
5095b7ccd0
commit
52b6e76434
1 changed files with 1 additions and 8 deletions
|
@ -61,14 +61,7 @@ class ChatChunks:
|
|||
reminder: List = field(default_factory=list)
|
||||
|
||||
def all_messages(self):
|
||||
return (
|
||||
self.system
|
||||
+ self.examples
|
||||
+ self.done
|
||||
+ self.files
|
||||
+ self.cur
|
||||
+ self.reminder
|
||||
)
|
||||
return self.system + self.examples + self.done + self.files + self.cur + self.reminder
|
||||
|
||||
|
||||
class Coder:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue