Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion labelbox/schema/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def create_data_rows_sync(self, items) -> None:
url_param: descriptor_url
})

def create_data_rows(self, items) -> Union["Task", List[Any]]:
def create_data_rows(self, items) -> "Task":
""" Asynchronously bulk upload data rows

Use this instead of `Dataset.create_data_rows_sync` uploads for batches that contain more than 1000 data rows.
Expand Down