mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
feat: add tests for UnknownEditFormat exception handling
This commit is contained in:
parent
df1d259e42
commit
e647a5b733
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ from unittest.mock import MagicMock, patch
|
|||
import git
|
||||
|
||||
from aider.coders import Coder
|
||||
from aider.coders.base_coder import UnknownEditFormat
|
||||
from aider.dump import dump # noqa: F401
|
||||
from aider.io import InputOutput
|
||||
from aider.models import Model
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue