From b305492a0b03c4631dfad16d9f355b53ff72d322 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Wed, 1 Nov 2023 16:43:35 -0700 Subject: [PATCH] fix(huggingface_restapi.py): fix linting issue --- litellm/llms/huggingface_restapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/llms/huggingface_restapi.py b/litellm/llms/huggingface_restapi.py index ec35532af50..e62c8e3350f 100644 --- a/litellm/llms/huggingface_restapi.py +++ b/litellm/llms/huggingface_restapi.py @@ -386,7 +386,7 @@ def embedding( } else: data = { - "inputs": input + "inputs": input # type: ignore } ## LOGGING