File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ def test_export_annotations_nested_checklist(
1818
1919 data = [{
2020 "uuid" :
21- str (uuid .uuid4 ()),
21+ str (uuid .uuid4 ()),
2222 "schemaId" :
23- tool ['featureSchemaId' ],
23+ tool ['featureSchemaId' ],
2424 "dataRow" : {
2525 "id" : data_row .uid
2626 },
@@ -32,7 +32,7 @@ def test_export_annotations_nested_checklist(
3232 },
3333 "classifications" : [{
3434 "schemaId" :
35- nested_check ["featureSchemaId" ],
35+ nested_check ["featureSchemaId" ],
3636 "answers" : [
3737 {
3838 "schemaId" : nested_check ["options" ][0 ]["featureSchemaId" ]
@@ -45,8 +45,7 @@ def test_export_annotations_nested_checklist(
4545 }]
4646
4747 task = LabelImport .create_from_objects (client , project .uid ,
48- f'label-import-{ uuid .uuid4 ()} ' ,
49- data )
48+ f'label-import-{ uuid .uuid4 ()} ' , data )
5049 task .wait_until_done ()
5150 labels = project .label_generator ().as_list ()
5251 object_annotation = [
You can’t perform that action at this time.
0 commit comments