Remove unused type ignore comment

Co-Authored-By: João <joao@crewai.com>
This commit is contained in:
Devin AI
2025-11-16 10:42:14 +00:00
parent f9ae6c52de
commit 8cc63e7925

View File

@@ -60,7 +60,7 @@ class InternalInstructor(Generic[T]):
self.llm = llm or (agent.function_calling_llm or agent.llm if agent else None) self.llm = llm or (agent.function_calling_llm or agent.llm if agent else None)
with suppress_warnings(): with suppress_warnings():
import instructor # type: ignore[import-untyped] import instructor
if ( if (
self.llm is not None self.llm is not None