Fix type-checker errors and linting issues

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-02-25 14:00:02 +00:00
parent e8d61d32db
commit c956588586
2 changed files with 10 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
from crewai.llm import LLM
import pytest
from crewai.llm import LLM
@pytest.mark.parametrize(
"invalid_model,error_message",