mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 16:48:30 +00:00
Fix lint: Remove unused variable assignment
Co-Authored-By: João <joao@crewai.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user