Skip to content

Commit 26d7a36

Browse files
authored
Update model.py
Typo
1 parent 0d8f684 commit 26d7a36

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)