mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user