Skip to content

Commit eb10699

Browse files
author
Valentin Thorey
committed
Fix MLflowHandle import error
1 parent 2705845 commit eb10699

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dataikuapi/dss/project.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
import time, warnings, sys, os.path as osp
2+
3+
from ..dss_plugin_mlflow import MLflowHandle
4+
25
from .dataset import DSSDataset, DSSDatasetListItem, DSSManagedDatasetCreationHelper
36
from .modelcomparison import DSSModelComparison
47
from .jupyternotebook import DSSJupyterNotebook, DSSJupyterNotebookListItem
@@ -21,7 +24,6 @@
2124
from .analysis import DSSAnalysis
2225
from .flow import DSSProjectFlow
2326
from .app import DSSAppManifest
24-
from .dss_plugin_mlflow import MLflowHandle
2527

2628

2729
class DSSProject(object):

0 commit comments

Comments
 (0)