From afb892c6d06add7dd39fff0e5777a04df757e231 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Sat, 30 Nov 2024 17:26:49 -0800 Subject: [PATCH] fix: suppress linting error --- litellm/llms/cohere/chat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/llms/cohere/chat.py b/litellm/llms/cohere/chat.py index d2288b3b1..d7dfc3eaa 100644 --- a/litellm/llms/cohere/chat.py +++ b/litellm/llms/cohere/chat.py @@ -305,7 +305,7 @@ def make_sync_call( return completion_stream, response.headers -def completion( +def completion( # noqa: PLR0915 model: str, messages: list, api_base: str,