diff --git a/litellm/proxy/common_utils/callback_utils.py b/litellm/proxy/common_utils/callback_utils.py index b5dffe4494c..810d0552ef1 100644 --- a/litellm/proxy/common_utils/callback_utils.py +++ b/litellm/proxy/common_utils/callback_utils.py @@ -361,8 +361,6 @@ def _register_custom_loggers_into_all_callback_lists( Idempotent: callbacks already present in a list are not added again. """ - from litellm.integrations.custom_logger import CustomLogger - for callback in callbacks: if not isinstance(callback, CustomLogger): continue