mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
refactor: EditorDiffFencedCoder inherits from EditBlockFencedCoder
This commit is contained in:
parent
507f07575b
commit
838646ac5b
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
from .editblock_coder import EditBlockCoder
|
||||
from .editblock_fenced_coder import EditBlockFencedCoder
|
||||
from .editor_diff_fenced_prompts import EditorDiffFencedPrompts
|
||||
|
||||
|
||||
class EditorDiffFencedCoder(EditBlockCoder):
|
||||
class EditorDiffFencedCoder(EditBlockFencedCoder):
|
||||
"A coder that uses search/replace blocks, focused purely on editing files."
|
||||
|
||||
edit_format = "editor-diff-fenced"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue