mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 14:55:00 +00:00
fix: Remove unused import from test_sendchat.py
This commit is contained in:
parent
ee66044425
commit
cfe9c86edd
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ from unittest.mock import MagicMock, patch
|
|||
from aider.exceptions import LiteLLMExceptions
|
||||
from aider.llm import litellm
|
||||
from aider.models import Model
|
||||
from aider.sendchat import send_completion, simple_send_with_retries
|
||||
from aider.sendchat import simple_send_with_retries
|
||||
|
||||
|
||||
class PrintCalled(Exception):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue