mirror of
https://github.com/crewAIInc/crewAI.git
synced 2025-12-16 04:18:35 +00:00
Remove unused type ignore comment
Co-Authored-By: João <joao@crewai.com>
This commit is contained in:
@@ -60,7 +60,7 @@ class InternalInstructor(Generic[T]):
|
||||
self.llm = llm or (agent.function_calling_llm or agent.llm if agent else None)
|
||||
|
||||
with suppress_warnings():
|
||||
import instructor # type: ignore[import-untyped]
|
||||
import instructor
|
||||
|
||||
if (
|
||||
self.llm is not None
|
||||
|
||||
Reference in New Issue
Block a user