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="",