Skip to content

Commit

Permalink
Update docstring for _create_relationship_annotations method to clari…
Browse files Browse the repository at this point in the history
…fy its purpose in processing relationship annotations into NDJSON format.
  • Loading branch information
lgluszek committed Dec 19, 2024
1 parent d095d44 commit 7279476
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def _create_non_video_annotations(cls, label: Label):
def _create_relationship_annotations(
cls, label: Label
) -> Generator[NDRelationship, None, None]:
"""Creates relationship annotations.
"""Processes relationship annotations from a label, converting them to NDJSON format.
Args:
label: Label containing relationship annotations to be processed
Expand Down

0 comments on commit 7279476

Please sign in to comment.