Skip to content

Commit 6366372

Browse files
committed
tod
1 parent 7ea1282 commit 6366372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/superannotate/lib/app/interface/sdk_interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def init(path_to_config_json: Optional[str] = None, token: str = None):
6464
:param token: Team token
6565
:type token: str
6666
"""
67-
Controller.get_default().set_default(Controller(config_path=path_to_config_json, token=token))
67+
Controller.set_default(Controller(config_path=path_to_config_json, token=token))
6868

6969

7070
@validate_arguments

0 commit comments

Comments
 (0)