test(router): annotate _untagged_single_deployment_router's return type

This commit is contained in:
Deepanshu 2026-09-10 15:14:28 -04:00
parent 893f2cab1f
commit e591c18ce6

View file

@ -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=[
{