refactor: remove redundant dump call from prompt formatting in base_coder.py

This commit is contained in:
Paul Gauthier 2025-05-01 17:28:55 -07:00 committed by Paul Gauthier (aider)
parent 849a379a8c
commit 9fa5f5ace1

View file

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