From bb83e17ea19dfb04793821f4477798400203cebd Mon Sep 17 00:00:00 2001 From: Jackson Riding Date: Sun, 13 Sep 2026 20:22:35 +1000 Subject: [PATCH] fix: sort proxy request processing imports Signed-off-by: Jackson Riding --- litellm/proxy/common_request_processing.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/litellm/proxy/common_request_processing.py b/litellm/proxy/common_request_processing.py index 8166d23fd28..3a9bff443f9 100644 --- a/litellm/proxy/common_request_processing.py +++ b/litellm/proxy/common_request_processing.py @@ -44,11 +44,10 @@ from litellm.litellm_core_utils.llm_response_utils.get_headers import ( get_response_headers, ) from litellm.litellm_core_utils.safe_json_dumps import safe_dumps -from litellm.proxy._types import ProxyErrorTypes, ProxyException, UserAPIKeyAuth - from litellm.litellm_core_utils.streaming_handler import ( backfill_missing_cache_usage_fields, ) +from litellm.proxy._types import ProxyErrorTypes, ProxyException, UserAPIKeyAuth from litellm.proxy.auth.auth_checks import can_key_call_resolved_model from litellm.proxy.auth.auth_utils import check_response_size_is_safe from litellm.proxy.common_utils.callback_utils import (