Remove unused import and clean up type hints in EventListener

This commit is contained in:
Lorenze Jay
2025-03-13 08:16:53 -07:00
parent 09cc07fb7a
commit 73801194d3

View File

@@ -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