Skip to content

Commit 336d92c

Browse files
committed
removed optional because of bad Sphynx rendering
1 parent cc84122 commit 336d92c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

remo/domain/dataset.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ def add_annotations(
195195
196196
Args:
197197
annotations: list of Annotation objects
198-
(optional) annotation_set_id: annotation set id
199-
(optional) create_new_annotation_set: if True, a new annotation set will be created
198+
annotation_set_id: annotation set id
199+
create_new_annotation_set: if True, a new annotation set will be created
200200
201201
202202
"""

0 commit comments

Comments
 (0)