From 9446fbd7cc7dd94266639d879a45d7f552b78e31 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Wed, 31 Jan 2024 20:58:14 -0800 Subject: [PATCH] (ci/cd) run again --- litellm/tests/test_completion.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index 516a24c226e..f0ad68626f5 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -592,9 +592,6 @@ def test_completion_text_openai(): pytest.fail(f"Error occurred: {e}") -# test_completion_text_openai() - - def custom_callback( kwargs, # kwargs to completion completion_response, # response from completion