diff --git a/litellm/integrations/mlflow.py b/litellm/integrations/mlflow.py index aadf7d49d17..80766c3fee6 100644 --- a/litellm/integrations/mlflow.py +++ b/litellm/integrations/mlflow.py @@ -228,7 +228,9 @@ class MlflowLogger(CustomLogger): ) return attributes - def _extract_cache_token_usage(self, standard_obj) -> dict: + def _extract_cache_token_usage( + self, standard_obj: StandardLoggingPayload + ) -> dict[str, int]: """ Extract cache token counts from the raw response usage.