diff --git a/litellm/tests/test_exceptions.py b/litellm/tests/test_exceptions.py index be1b44a34a..91353540af 100644 --- a/litellm/tests/test_exceptions.py +++ b/litellm/tests/test_exceptions.py @@ -1,5 +1,5 @@ -# #### What this tests #### -# # This tests exception mapping -> trigger an exception from an llm provider -> assert if output is of the expected type +#### What this tests #### +# This tests exception mapping -> trigger an exception from an llm provider -> assert if output is of the expected type # # 5 providers -> OpenAI, Azure, Anthropic, Cohere, Replicate