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 aea83ef commit 8d0487dCopy full SHA for 8d0487d
labelbox/schema/annotation_import.py
@@ -79,7 +79,7 @@ def statuses(self) -> List[Dict[str, Any]]:
79
return self._fetch_remote_ndjson(self.status_file_url)
80
81
def wait_until_done(self,
82
- sleep_time_seconds: int = 10.,
+ sleep_time_seconds: int = 10,
83
show_progress: bool = False) -> None:
84
"""Blocks import job until certain conditions are met.
85
Blocks until the AnnotationImport.state changes either to
0 commit comments