Skip to content

Commit 6025cf0

Browse files
committed
fixed slightly
1 parent 327d13a commit 6025cf0

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

libs/labelbox/src/labelbox/data/serialization/ndjson/label.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,4 +208,4 @@ def _create_relationship_annotations(cls, label: Label):
208208
source._uuid = uuid1
209209
if not target._uuid:
210210
target._uuid = uuid2
211-
yield annotation
211+
yield NDRelationship.from_common(annotation, label.data)

0 commit comments

Comments
 (0)