linting fix

This commit is contained in:
Ishaan Jaffer
2025-09-25 16:07:02 -07:00
parent 1681bf7175
commit dcfe6dd3d9
@@ -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(