mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-09-22 19:06:25 +00:00
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>