diff --git a/tests/basic/test_sendchat.py b/tests/basic/test_sendchat.py index 61b2056ec..a74b2483d 100644 --- a/tests/basic/test_sendchat.py +++ b/tests/basic/test_sendchat.py @@ -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):