mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
test(router): annotate _untagged_single_deployment_router's return type
This commit is contained in:
parent
893f2cab1f
commit
e591c18ce6
1 changed files with 1 additions and 1 deletions
|
|
@ -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=[
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue