diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index 143f730dd..71f77c9b4 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -97,7 +97,7 @@ def test_completion_mistral_api(): } ], ) - # Add any assertions here, to check the response + # Add any assertions here to check the response print(response) cost = litellm.completion_cost(completion_response=response)