mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-03 00:02:36 +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:
@@ -1,4 +1,5 @@
|
||||
from typing import Any, Optional
|
||||
|
||||
from crewai.utilities.events.crew_events import CrewEvent
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user