Skip to content

Commit 8ee3c1d

Browse files
Update labelbox/data/serialization/ndjson/base.py
Co-authored-by: awu-labelbox <84879801+awu-labelbox@users.noreply.github.com>
1 parent d241e5d commit 8ee3c1d

File tree

1 file changed

+1
-1
lines changed
  • labelbox/data/serialization/ndjson

1 file changed

+1
-1
lines changed

labelbox/data/serialization/ndjson/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class DataRow(BaseModel):
1212
def validate_id(cls, v):
1313
if v is None:
1414
raise ValueError(
15-
"Data row ids are not set. Use `LabelGenerator.add_to_dataset`, `LabelCollection.add_to_dataset`, or `Label.create_data_row`. "
15+
"Data row ids are not set. Use `LabelGenerator.add_to_dataset`, `LabelList.add_to_dataset`, or `Label.create_data_row`. "
1616
"You can also manually assign the id for each `BaseData` object"
1717
)
1818
return v

0 commit comments

Comments
 (0)