Clean up unused imports and event-related code

- Remove unused imports from various event and flow-related files
- Reorder event imports to follow standard conventions
- Remove unnecessary event type references
- Simplify import statements in event and flow modules
This commit is contained in:
Lorenze Jay
2025-02-13 18:07:43 -08:00
parent 184d08e6e7
commit 43064e2a0e
6 changed files with 8 additions and 13 deletions

View File

@@ -34,7 +34,6 @@ from crewai.utilities.events.task_events import (
TaskStartedEvent,
)
from crewai.utilities.events.tool_usage_events import ToolUsageErrorEvent
from requests.exceptions import RequestException
base_agent = Agent(
role="base_agent",