Skip to content

Commit d11ee6e

Browse files
committed
Adjust create_batch signature
1 parent 0ab3743 commit d11ee6e

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
@@ -574,7 +574,7 @@ def setup(self, labeling_frontend, labeling_frontend_options) -> None:
574574

575575
def create_batch(self,
576576
name: str,
577-
data_rows: List[str],
577+
data_rows: List[Union[str, Entity.DataRow]],
578578
priority: int = 5,
579579
consensus_settings: Optional[Dict[str, float]] = None):
580580
"""Create a new batch for a project. Batches is in Beta and subject to change

0 commit comments

Comments
 (0)