Skip to content

Commit

Permalink
fix(lint). address type checker error
Browse files Browse the repository at this point in the history
  • Loading branch information
thehapyone committed Sep 22, 2024
1 parent 4a30771 commit 5310a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crewai/crew.py
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ def calculate_usage_metrics(self) -> UsageMetrics:
def test(
self,
n_iterations: int,
openai_model_name: Optional[str] = None,
openai_model_name: str = "",
inputs: Optional[Dict[str, Any]] = None,
) -> None:
"""Test and evaluate the Crew with the given inputs for n iterations concurrently using concurrent.futures."""
Expand Down

0 comments on commit 5310a50

Please sign in to comment.