We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10e1946 + 26d7a36 commit efe3c48Copy full SHA for efe3c48
label_studio_ml/model.py
@@ -43,7 +43,7 @@ def fit(self, completions, workdir=None, **kwargs):
43
return {}
44
45
def get_local_path(self, url, project_dir=None):
46
- from label_studio.ml.utils import get_local_path
+ from label_studio_ml.utils import get_local_path
47
return get_local_path(url, project_dir=project_dir, hostname=self.hostname)
48
49
0 commit comments