mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-01 13:18:10 +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>