Fix lint: Remove unused variable assignment

Co-Authored-By: João <joao@crewai.com>
This commit is contained in:
Devin AI
2025-08-13 13:02:31 +00:00
parent 2c98d0c1d9
commit d9babfae81

View File

@@ -33,7 +33,7 @@ def test_verbose_output():
print("Expected: Should show task name 'Market Research Analysis' instead of UUID")
try:
result = crew.kickoff()
crew.kickoff()
print("\nCrew execution completed successfully!")
return True
except Exception as e: