Skip to content

Commit f3836b9

Browse files
Upd
1 parent eab0226 commit f3836b9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

labelbox/schema/annotation_import.py

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

8181
def wait_until_done(self,
8282
sleep_time_seconds: int = 10,
83-
show_progress: bool = True) -> None:
83+
show_progress: bool = False) -> None:
8484
"""Blocks import job until certain conditions are met.
8585
Blocks until the AnnotationImport.state changes either to
8686
`AnnotationImportState.FINISHED` or `AnnotationImportState.FAILED`,

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@
2727
"requests>=2.22.0",
2828
"google-api-core>=1.22.1",
2929
"pydantic>=1.8,<2.0",
30+
"tqdm",
3031
],
3132
extras_require={
3233
'data': [
3334
"shapely", "geojson", "numpy", "rasterio", "PILLOW",
34-
"opencv-python", "typeguard", "tqdm", "imagesize"
35+
"opencv-python", "typeguard", "imagesize"
3536
],
3637
},
3738
classifiers=[

0 commit comments

Comments
 (0)