From e591c18ce604c1dce8a17065369a237cf3bdaf0c Mon Sep 17 00:00:00 2001 From: Deepanshu Date: Thu, 10 Sep 2026 15:14:28 -0400 Subject: [PATCH] test(router): annotate _untagged_single_deployment_router's return type --- tests/test_litellm/router_strategy/test_router_tag_routing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_litellm/router_strategy/test_router_tag_routing.py b/tests/test_litellm/router_strategy/test_router_tag_routing.py index 8b8c3f4d2d8..81762ee0d1f 100644 --- a/tests/test_litellm/router_strategy/test_router_tag_routing.py +++ b/tests/test_litellm/router_strategy/test_router_tag_routing.py @@ -3166,7 +3166,7 @@ async def test_chat_request_carrying_litellm_metadata_still_routes_on_proxy_merg # configured (GitHub issue #39901) --- -def _untagged_single_deployment_router(tag_routing_prefix: str = "route:"): +def _untagged_single_deployment_router(tag_routing_prefix: str = "route:") -> litellm.Router: return litellm.Router( model_list=[ {