Skip to content

Commit 1dfa39a

Browse files
authored
docstring update
1 parent 483bdc4 commit 1dfa39a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/schema/bulk_import_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ def create_from_local_file(cls,
387387
return cls(client, response_data["createBulkImportRequest"])
388388

389389
def delete(self) -> None:
390-
""" Deletes the BulkImportRequest object
390+
""" Deletes the import job and also any annotations created by this import.
391391
392392
Returns:
393393
None

0 commit comments

Comments
 (0)