From 0c8b8200b840f4f7913baadc907511d22c36dbd4 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Sat, 9 Dec 2023 16:02:02 -0800 Subject: [PATCH] (ci/cd) run tests again --- litellm/tests/test_custom_logger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_custom_logger.py b/litellm/tests/test_custom_logger.py index 1a489ffdbf8..871cf308cfa 100644 --- a/litellm/tests/test_custom_logger.py +++ b/litellm/tests/test_custom_logger.py @@ -6,7 +6,7 @@ sys.path.insert(0, os.path.abspath('../..')) from litellm import completion, embedding import litellm from litellm.integrations.custom_logger import CustomLogger - + async_success = False complete_streaming_response_in_callback = "" class MyCustomHandler(CustomLogger):