Skip to content

Commit 82f87da

Browse files
Additional formatting
1 parent 28f9d28 commit 82f87da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

labelbox/schema/annotation_import.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ def statuses(self) -> List[Dict[str, Any]]:
7878
self.wait_until_done()
7979
return self._fetch_remote_ndjson(self.status_file_url)
8080

81-
def wait_until_done(self, sleep_time_seconds: int = 10,
81+
def wait_until_done(self,
82+
sleep_time_seconds: int = 10,
8283
show_progress: bool = True) -> None:
8384
"""Blocks import job until certain conditions are met.
8485
Blocks until the AnnotationImport.state changes either to

0 commit comments

Comments
 (0)