From 66dc4784d2e35a0297e5255986516b33450d6ef0 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 e0e2327481..61ec8aba9d 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=[ {