style: Run linter to clean up whitespace in test_sendchat.py

This commit is contained in:
Paul Gauthier (aider) 2024-11-07 13:09:52 -08:00
parent 80e57ca074
commit 20d5a9fd4b

View file

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