We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48940f commit 0702582Copy full SHA for 0702582
libs/labelbox/src/labelbox/data/serialization/ndjson/label.py
@@ -194,7 +194,7 @@ def _create_non_video_annotations(cls, label: Label):
194
def _create_relationship_annotations(
195
cls, label: Label
196
) -> Generator[NDRelationship, None, None]:
197
- """Creates relationship annotations following validation rules for source and target types.
+ """Creates relationship annotations.
198
199
Args:
200
label: Label containing relationship annotations to be processed
0 commit comments