Skip to content

Commit b73e7ed

Browse files
Update labelbox/data/serialization/ndjson/classification.py
Co-authored-by: awu-labelbox <84879801+awu-labelbox@users.noreply.github.com>
1 parent 99a7a29 commit b73e7ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/data/serialization/ndjson/classification.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class NDFeature(BaseModel):
1717
def validate_id(cls, v):
1818
if v is None:
1919
raise ValueError(
20-
"Schema ids are not set. Use `LabelGenerator.assign_schema_ids`, `LabelCollection.assign_schema_ids`, or `Label.assign_schema_ids`."
20+
"Schema ids are not set. Use `LabelGenerator.assign_schema_ids`, `LabelList.assign_schema_ids`, or `Label.assign_schema_ids`."
2121
)
2222
return v
2323

0 commit comments

Comments
 (0)