mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
fix: remove redundant f-string
This commit is contained in:
parent
e2da29c54d
commit
e4d1d88d15
1 changed files with 1 additions and 1 deletions
|
|
@ -543,7 +543,7 @@ class PrometheusLogger(CustomLogger):
|
|||
user_id: Optional[str],
|
||||
enum_values: UserAPIKeyLabelValues,
|
||||
):
|
||||
verbose_logger.debug(f"prometheus Logging - Enters token metrics function")
|
||||
verbose_logger.debug("prometheus Logging - Enters token metrics function")
|
||||
# token metrics
|
||||
|
||||
if standard_logging_payload is not None and isinstance(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue