mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
fix: remove circular import of UnknownEditFormat in base_coder.py
This commit is contained in:
parent
e5c0ebd0a0
commit
e648bac74b
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ from typing import List
|
|||
|
||||
from aider import __version__, models, prompts, urls, utils
|
||||
from aider.analytics import Analytics
|
||||
from aider.coders.base_coder import UnknownEditFormat
|
||||
from aider.commands import Commands
|
||||
from aider.exceptions import LiteLLMExceptions
|
||||
from aider.history import ChatSummary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue