mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
refactor: remove redundant dump call from prompt formatting in base_coder.py
This commit is contained in:
parent
849a379a8c
commit
9fa5f5ace1
1 changed files with 0 additions and 1 deletions
|
@ -1116,7 +1116,6 @@ class Coder:
|
|||
|
||||
final_reminders = "\n\n".join(final_reminders)
|
||||
|
||||
dump(prompt)
|
||||
prompt = prompt.format(
|
||||
fence=self.fence,
|
||||
quad_backtick_reminder=quad_backtick_reminder,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue