Skip to content

Commit b4b8473

Browse files
authored
Merge pull request #724 from superannotateai/interface_update
Update imports in the __init__.py
2 parents a6a4f78 + 088d037 commit b4b8473

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/superannotate/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import sys
44

55

6-
__version__ = "4.4.25b4"
6+
__version__ = "4.4.26dev1"
77

88
os.environ.update({"sa_version": __version__})
99
sys.path.append(os.path.split(os.path.realpath(__file__))[0])
@@ -18,7 +18,7 @@
1818
from lib.app.input_converters import convert_project_type
1919
from lib.app.input_converters import export_annotation
2020
from lib.app.input_converters import import_annotation
21-
from lib.app.interface.sdk_interface import SAClient
21+
from superannotate.lib.app.interface.sdk_interface import SAClient
2222

2323

2424
SESSIONS = {}

0 commit comments

Comments
 (0)