From 41400c0a3ba1874580b1c18646a111dff0bbb661 Mon Sep 17 00:00:00 2001 From: zooneon Date: Fri, 27 Mar 2026 23:33:36 +0900 Subject: [PATCH] style: format azure container transformation with black Co-Authored-By: Claude Opus 4.6 --- litellm/llms/azure/containers/transformation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/llms/azure/containers/transformation.py b/litellm/llms/azure/containers/transformation.py index b1e7632ef0c..fac46822a8d 100644 --- a/litellm/llms/azure/containers/transformation.py +++ b/litellm/llms/azure/containers/transformation.py @@ -51,7 +51,7 @@ class AzureOpenAIContainerConfig(OpenAIContainerConfig): # Azure uses BaseAzureLLM's validation which handles api-key header return BaseAzureLLM._base_validate_azure_environment( - headers=headers, litellm_params=litellm_params + headers=headers, litellm_params=litellm_params ) def transform_container_create_response(