diff --git a/metadata-ingestion/src/datahub/ingestion/source/mlflow.py b/metadata-ingestion/src/datahub/ingestion/source/mlflow.py index 7a82c27082100..e04778af9d570 100644 --- a/metadata-ingestion/src/datahub/ingestion/source/mlflow.py +++ b/metadata-ingestion/src/datahub/ingestion/source/mlflow.py @@ -3,8 +3,8 @@ import time from mlflow import MlflowClient -from mlflow.entities import Run -from mlflow.entities.model_registry import ModelVersion, RegisteredModel, Experiment +from mlflow.entities import Run, Experiment +from mlflow.entities.model_registry import ModelVersion, RegisteredModel from mlflow.store.entities import PagedList from pydantic.fields import Field