mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 15:48:29 +00:00
Remove unused import and clean up type hints in EventListener
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
from io import StringIO
|
||||
from typing import Any, Dict, Optional
|
||||
from typing import Any, Dict
|
||||
|
||||
from pydantic import Field, PrivateAttr
|
||||
from rich.tree import Tree
|
||||
|
||||
from crewai.task import Task
|
||||
from crewai.telemetry.telemetry import Telemetry
|
||||
|
||||
Reference in New Issue
Block a user