Skip to content

Commit f20387d

Browse files
committed
updating upload_annotations to have validate turned off. this was more useful before when uploads were not immediate but is no longer useful.
1 parent e6ceb7e commit f20387d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/schema/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ def upload_annotations(
823823
self,
824824
name: str,
825825
annotations: Union[str, Path, Iterable[Dict]],
826-
validate: bool = True) -> 'BulkImportRequest': # type: ignore
826+
validate: bool = False) -> 'BulkImportRequest': # type: ignore
827827
""" Uploads annotations to a new Editor project.
828828
829829
Args:

0 commit comments

Comments
 (0)