Skip to content

Commit f150282

Browse files
committed
Fix init docstring
1 parent 28ae8fa commit f150282

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def init(path_to_config_json: str):
6363
Initializes and authenticates to SuperAnnotate platform using the config file.
6464
If not initialized then $HOME/.superannotate/config.json
6565
will be used.
66+
6667
:param path_to_config_json: Location to config JSON file
6768
:type path_to_config_json: str or Path
6869
"""

0 commit comments

Comments
 (0)