From dcfe6dd3d9fc005a45a35e25654cb1f5a37f74d7 Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Thu, 25 Sep 2025 16:07:02 -0700 Subject: [PATCH] linting fix --- litellm/litellm_core_utils/litellm_logging.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/litellm/litellm_core_utils/litellm_logging.py b/litellm/litellm_core_utils/litellm_logging.py index 5c22bb4ad9..ea45f45d1c 100644 --- a/litellm/litellm_core_utils/litellm_logging.py +++ b/litellm/litellm_core_utils/litellm_logging.py @@ -3649,8 +3649,6 @@ def _init_custom_logger_compatible_class( # noqa: PLR0915 return callback # Get global BitBucket config - import litellm - bitbucket_config = getattr(litellm, "global_bitbucket_config", None) if bitbucket_config is None: raise ValueError(