mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-21 21:04:59 +00:00
refactor: Remove unused CACHE import from test_sendchat.py
This commit is contained in:
parent
c9dfe5daff
commit
b79c09cf58
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ from unittest.mock import MagicMock, patch
|
|||
|
||||
from aider.exceptions import LiteLLMExceptions
|
||||
from aider.llm import litellm
|
||||
from aider.sendchat import CACHE, send_completion, simple_send_with_retries
|
||||
from aider.sendchat import send_completion, simple_send_with_retries
|
||||
|
||||
|
||||
class PrintCalled(Exception):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue