feat: Connect PatchCoder with PatchPrompts

This commit is contained in:
Paul Gauthier (aider) 2025-04-14 15:01:22 -07:00
parent 30839a5273
commit af2d241c99

View file

@ -5,6 +5,7 @@ from typing import Dict, List, Optional, Tuple
from ..dump import dump # noqa: F401
from .base_coder import Coder
from .patch_prompts import PatchPrompts
# --------------------------------------------------------------------------- #