mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
feat: Connect PatchCoder with PatchPrompts
This commit is contained in:
parent
30839a5273
commit
af2d241c99
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ from typing import Dict, List, Optional, Tuple
|
||||||
|
|
||||||
from ..dump import dump # noqa: F401
|
from ..dump import dump # noqa: F401
|
||||||
from .base_coder import Coder
|
from .base_coder import Coder
|
||||||
|
from .patch_prompts import PatchPrompts
|
||||||
|
|
||||||
|
|
||||||
# --------------------------------------------------------------------------- #
|
# --------------------------------------------------------------------------- #
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue