From 813a144596a16536bb63eacbf1f263894a060353 Mon Sep 17 00:00:00 2001
From: tolgadevAI <164843802+tolgadevAI@users.noreply.github.com>
Date: Wed, 17 Jul 2024 17:38:30 +0300
Subject: [PATCH] lint

---
 semantic_router/route.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/semantic_router/route.py b/semantic_router/route.py
index 66ffb6fb..3fc3f040 100644
--- a/semantic_router/route.py
+++ b/semantic_router/route.py
@@ -89,7 +89,7 @@ class Route(BaseModel):
                     "argument is passed."
                 )
             # if a function schema is provided we generate the inputs
-            extracted_inputs = await self.llm.async_extract_function_inputs(
+            extracted_inputs = await self.llm.async_extract_function_inputs(  # type: ignore # openai-llm
                 query=query, function_schemas=self.function_schemas
             )
             func_call = extracted_inputs
-- 
GitLab