Fix import sorting issues

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-03-21 19:33:00 +00:00
parent c98e29d679
commit 9315610cc6
6 changed files with 10 additions and 3 deletions

View File

@@ -1,7 +1,8 @@
from pydantic import BaseModel
from crewai import Agent, Crew, Task
from crewai.flow import Flow, start, listen
from crewai.flow import Flow, listen, start
class AnalysisState(BaseModel):
topic: str = ""