mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
style: Remove unused import and reorder imports
This commit is contained in:
parent
c68cade9f2
commit
db0d0768d7
1 changed files with 1 additions and 1 deletions
|
@ -8,10 +8,10 @@ from typing import List, Optional, Tuple
|
||||||
# Keep existing imports like dump, Coder, PatchPrompts, DiffError, ActionType
|
# Keep existing imports like dump, Coder, PatchPrompts, DiffError, ActionType
|
||||||
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
|
|
||||||
|
|
||||||
# Import do_replace from editblock_coder
|
# Import do_replace from editblock_coder
|
||||||
from .editblock_coder import do_replace
|
from .editblock_coder import do_replace
|
||||||
|
from .patch_prompts import PatchPrompts
|
||||||
|
|
||||||
# Remove original PatchCoder domain objects and helpers if they exist at the top.
|
# Remove original PatchCoder domain objects and helpers if they exist at the top.
|
||||||
# We will redefine or replace these as needed.
|
# We will redefine or replace these as needed.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue