From 60ed272ae0f6eb8ff96eec3ae3dbc598c7f0f30d Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 23 Jul 2025 07:15:33 -0700 Subject: [PATCH] ci/cd litellm --- litellm/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/__init__.py b/litellm/__init__.py index 3a12029ec9a..502f3d7309a 100644 --- a/litellm/__init__.py +++ b/litellm/__init__.py @@ -86,7 +86,7 @@ register_async_client_cleanup() ################################################## if set_verbose == True: _turn_on_debug() -################################################## +################################################### ### Callbacks /Logging / Success / Failure Handlers ##### CALLBACK_TYPES = Union[str, Callable, CustomLogger] input_callback: List[CALLBACK_TYPES] = []