Skip to content

Commit e8ffc7d

Browse files
author
Matt Sokoloff
committed
Merge branch 'ms/lbv1-annotation-types' of https://github.com/Labelbox/labelbox-python into ms/lbv1-annotation-types
2 parents dda07c0 + cce0272 commit e8ffc7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/data/serialization/labelbox_v1/objects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def from_common(cls, mask: Mask,
133133

134134
if mask.mask.url is None:
135135
raise ValueError(
136-
"Mask does not have a url. Use `LabelGenerator.add_url_to_masks`, `LabelCollection.add_url_to_masks`, or `Label.add_url_to_masks`."
136+
"Mask does not have a url. Use `LabelGenerator.add_url_to_masks`, `LabelList.add_url_to_masks`, or `Label.add_url_to_masks`."
137137
)
138138
return cls(instanceURI=mask.mask.url,
139139
classifications=classifications,

0 commit comments

Comments
 (0)