Skip to content

Commit 8d0487d

Browse files
author
Matt Sokoloff
committed
mypy
1 parent aea83ef commit 8d0487d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/schema/annotation_import.py

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

8181
def wait_until_done(self,
82-
sleep_time_seconds: int = 10.,
82+
sleep_time_seconds: int = 10,
8383
show_progress: bool = False) -> None:
8484
"""Blocks import job until certain conditions are met.
8585
Blocks until the AnnotationImport.state changes either to

0 commit comments

Comments
 (0)