Skip to content

Commit 0702582

Browse files
committed
Update comment
1 parent b48940f commit 0702582

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
@@ -194,7 +194,7 @@ def _create_non_video_annotations(cls, label: Label):
194194
def _create_relationship_annotations(
195195
cls, label: Label
196196
) -> Generator[NDRelationship, None, None]:
197-
"""Creates relationship annotations following validation rules for source and target types.
197+
"""Creates relationship annotations.
198198
199199
Args:
200200
label: Label containing relationship annotations to be processed

0 commit comments

Comments
 (0)