From 39a722bc9b2ef74c48248f7a6ecb9b180904aab2 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Sat, 23 Dec 2023 13:25:00 +0530 Subject: [PATCH] fix(test_azure_perf.py): fix linting --- litellm/tests/test_azure_perf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_azure_perf.py b/litellm/tests/test_azure_perf.py index 1b8aadac3..36bfe1d80 100644 --- a/litellm/tests/test_azure_perf.py +++ b/litellm/tests/test_azure_perf.py @@ -9,7 +9,7 @@ from openai import AsyncAzureOpenAI client = AsyncAzureOpenAI( api_key=os.getenv("AZURE_API_KEY"), - azure_endpoint=os.getenv("AZURE_API_BASE"), + azure_endpoint=os.getenv("AZURE_API_BASE"), # type: ignore api_version=os.getenv("AZURE_API_VERSION") )