Skip to content

Commit

Permalink
update wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonhyejin committed Dec 20, 2024
1 parent 309abf0 commit f94a8aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metadata-ingestion/src/datahub/ingestion/source/mlflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f94a8aa

Please sign in to comment.