mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-04 16:52:37 +00:00
The list comprehension returns list[str | None], not list[str]. Fixes mypy type-checker error. Co-Authored-By: João <joao@crewai.com>
The list comprehension returns list[str | None], not list[str]. Fixes mypy type-checker error. Co-Authored-By: João <joao@crewai.com>