mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
fix: remove unused import in examples file
- Remove unused event_stream_manager import from examples/human_input_event_streaming.py - Resolves final lint issue preventing CI from passing Co-Authored-By: João <joao@crewai.com>
This commit is contained in:
@@ -18,7 +18,6 @@ try:
|
||||
import websockets
|
||||
import httpx
|
||||
from crewai.server.human_input_server import HumanInputServer
|
||||
from crewai.server.event_stream_manager import event_stream_manager
|
||||
DEPENDENCIES_AVAILABLE = True
|
||||
except ImportError:
|
||||
DEPENDENCIES_AVAILABLE = False
|
||||
|
||||
Reference in New Issue
Block a user