mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
fix: Remove unused import of httpx in test_sendchat.py
This commit is contained in:
parent
8a3c95d8dd
commit
80e57ca074
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue