forked from phoenix/litellm-mirror
fix(litellm_logging.py): fix linting error
This commit is contained in:
parent
efc06d4a03
commit
c1036001fa
1 changed files with 2 additions and 0 deletions
|
@ -2189,6 +2189,8 @@ def _init_custom_logger_compatible_class(
|
|||
f"🚨🚨🚨 Prometheus Metrics is on LiteLLM Enterprise\n🚨 {CommonProxyErrors.not_premium_user.value}"
|
||||
)
|
||||
return None
|
||||
else:
|
||||
return None
|
||||
elif logging_integration == "datadog":
|
||||
for callback in _in_memory_loggers:
|
||||
if isinstance(callback, DataDogLogger):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue