Fix lint and type-checker issues

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-04-18 03:31:27 +00:00
parent b849a5a96b
commit 9a135262c5
2 changed files with 12 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
import pytest
from crewai.crew import Crew
from crewai.agent import Agent
from crewai.crew import Crew
def test_crew_plot_method_not_implemented():