style: Apply linter formatting to sendchat.py and test_sendchat.py

This commit is contained in:
Paul Gauthier (aider) 2024-11-08 10:02:54 -08:00
parent 14d02bc843
commit d0e85d9c2c
2 changed files with 2 additions and 4 deletions

View file

@ -85,9 +85,7 @@ class TestSendChat(unittest.TestCase):
mock.status_code = 400
mock_completion.side_effect = litellm.InvalidRequestError(
message="Invalid request",
llm_provider="test_provider",
model="test_model"
message="Invalid request", llm_provider="test_provider", model="test_model"
)
result = simple_send_with_retries(self.mock_model, self.mock_messages)