From 1fa9ddd739fdc56b36dfe675272037093688e976 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Tue, 5 Dec 2023 17:29:09 -0800 Subject: [PATCH] (chore) linting fix --- litellm/tests/test_router.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_router.py b/litellm/tests/test_router.py index e0e23274813..61ec8aba9d8 100644 --- a/litellm/tests/test_router.py +++ b/litellm/tests/test_router.py @@ -259,7 +259,7 @@ def test_router_azure_acompletion(): async def test1(): - response: litellm.ModelResponse = await router.acompletion( + response = await router.acompletion( model="gpt-3.5-turbo", messages=[ {