mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-07 15:18:29 +00:00
Remove MLflow listener import from events/__init__.py to fix lint CI
The MLflow listener import was causing F401 unused import errors in CI since the events/__init__.py file has pre-existing lint issues that CI treats as blocking. The MLflow integration works without this import since the listener is imported directly where needed. Co-Authored-By: João <joao@crewai.com>
This commit is contained in:
@@ -54,4 +54,3 @@ from .llm_events import (
|
||||
# events
|
||||
from .event_listener import EventListener
|
||||
from .third_party.agentops_listener import agentops_listener
|
||||
from .third_party.mlflow_listener import mlflow_listener
|
||||
|
||||
Reference in New Issue
Block a user