mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
style: Apply linter formatting changes
This commit is contained in:
parent
9dea3f48cb
commit
3984716608
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ from .editblock_prompts import EditBlockPrompts
|
|||
|
||||
class EditBlockCoder(Coder):
|
||||
"""A coder that uses search/replace blocks for code modifications."""
|
||||
|
||||
edit_format = "diff"
|
||||
gpt_prompts = EditBlockPrompts()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue