mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 09:08:31 +00:00
- Add noqa: F401 to integrations import in __init__.py - Add noqa: F401 to mlflow import in integrations/__init__.py These imports are intentionally unused as they trigger MLflow patching and integration setup when the module is imported. Co-Authored-By: João <joao@crewai.com>
2 lines
35 B
Python
2 lines
35 B
Python
from . import mlflow # noqa: F401
|