Skip to content

Commit efe3c48

Browse files
authored
Merge pull request #4 from mtl67/patch-2
Update model.py
2 parents 10e1946 + 26d7a36 commit efe3c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

label_studio_ml/model.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def fit(self, completions, workdir=None, **kwargs):
4343
return {}
4444

4545
def get_local_path(self, url, project_dir=None):
46-
from label_studio.ml.utils import get_local_path
46+
from label_studio_ml.utils import get_local_path
4747
return get_local_path(url, project_dir=project_dir, hostname=self.hostname)
4848

4949

0 commit comments

Comments
 (0)