We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72652dc commit b77e74dCopy full SHA for b77e74d
tests/test_ml_funcs.py
@@ -1,8 +1,12 @@
1
+import os
2
+from pathlib import Path
3
+
4
+import pytest
5
6
import superannotate as sa
7
from superannotate.exceptions import SABaseException
-from pathlib import Path
8
9
from .common import upload_project
-import pytest
10
11
sa.init(Path.home() / ".superannotate" / "config.json")
12
PROJECT_NAME_VECTOR = 'ML Functionality Test Vector'
0 commit comments