fix: Remove unused import of httpx in test_sendchat.py

This commit is contained in:
Paul Gauthier (aider) 2024-11-07 13:09:50 -08:00
parent 8a3c95d8dd
commit 80e57ca074

View file

@ -1,7 +1,6 @@
import unittest import unittest
from unittest.mock import MagicMock, patch from unittest.mock import MagicMock, patch
import httpx
from aider.exceptions import LiteLLMExceptions from aider.exceptions import LiteLLMExceptions
from aider.llm import litellm from aider.llm import litellm