Skip to content

Commit b77e74d

Browse files
committed
Fix os include in tests
1 parent 72652dc commit b77e74d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

tests/test_ml_funcs.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
import os
2+
from pathlib import Path
3+
4+
import pytest
5+
16
import superannotate as sa
27
from superannotate.exceptions import SABaseException
3-
from pathlib import Path
8+
49
from .common import upload_project
5-
import pytest
610

711
sa.init(Path.home() / ".superannotate" / "config.json")
812
PROJECT_NAME_VECTOR = 'ML Functionality Test Vector'

0 commit comments

Comments
 (0)