From 3ebf16e2e0402fda3bc8b06d66d625da0914c718 Mon Sep 17 00:00:00 2001 From: Sameer Kankute Date: Thu, 15 Jan 2026 18:59:22 +0530 Subject: [PATCH] remove unused space --- .../proxy/pass_through_endpoints/llm_passthrough_endpoints.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/proxy/pass_through_endpoints/llm_passthrough_endpoints.py b/litellm/proxy/pass_through_endpoints/llm_passthrough_endpoints.py index 5299b30b52f..4ce12cdb6d6 100644 --- a/litellm/proxy/pass_through_endpoints/llm_passthrough_endpoints.py +++ b/litellm/proxy/pass_through_endpoints/llm_passthrough_endpoints.py @@ -761,7 +761,6 @@ async def handle_bedrock_passthrough_router_model( proxy_logging_obj=proxy_logging_obj, ) - async def handle_bedrock_count_tokens( endpoint: str, request: Request,