From 9d259d08e71e4f114a83bf95b1d14b7c38648fe6 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Mon, 27 Nov 2023 10:27:51 -0800 Subject: [PATCH] (linting) fix --- litellm/llms/sagemaker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/llms/sagemaker.py b/litellm/llms/sagemaker.py index c0bf7cd341..51be1f53d3 100644 --- a/litellm/llms/sagemaker.py +++ b/litellm/llms/sagemaker.py @@ -134,7 +134,7 @@ def completion( Body={data}, CustomAttributes="accept_eula=true", ) - """ + """ # type: ignore logging_obj.pre_call( input=prompt, api_key="",