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>