Skip to content

Commit 46e3b45

Browse files
committed
prepare for release
1 parent 76287bf commit 46e3b45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scaleapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'objects_to_annotate', 'with_labels', 'layers'},
2020
'cuboidannotation': {'attachment', 'attachment_type', 'instruction',
2121
'objects_to_annotate', 'min_width', 'min_height', 'with_labels', 'layers'},
22-
'audiotranscription': {'attachment', 'attachment_type', 'verbatim', 'phrases'}
22+
'audiotranscription': {'attachment', 'attachment_type', 'verbatim', 'phrases'},
2323
'annotation': {'attachment', 'attachment_type', 'instruction', 'objects_to_annotate', 'with_labels', 'examples', 'min_width', 'min_height', 'layers', 'annotation_attributes'},
2424
'polygonannotation': {'attachment', 'attachment_type', 'instruction', 'objects_to_annotate', 'with_labels', 'examples', 'layers', 'annotation_attributes'},
2525
'lineannotation':

tests/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def test_transcription_ok():
4949
'title': 'Title of Webpage',
5050
'top_result': 'Title of the top result'
5151
},
52-
row_fields={
52+
repeatable_fields={
5353
'username': 'Username of submitter',
5454
'comment_count': 'Number of comments'
5555
})

0 commit comments

Comments
 (0)