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

@@ -1,4 +1,5 @@
from typing import Any, Optional
from crewai.utilities.events.crew_events import CrewEvent