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(
18
18
19
19
data = [{
20
20
"uuid" :
21
- str (uuid .uuid4 ()),
21
+ str (uuid .uuid4 ()),
22
22
"schemaId" :
23
- tool ['featureSchemaId' ],
23
+ tool ['featureSchemaId' ],
24
24
"dataRow" : {
25
25
"id" : data_row .uid
26
26
},
@@ -32,7 +32,7 @@ def test_export_annotations_nested_checklist(
32
32
},
33
33
"classifications" : [{
34
34
"schemaId" :
35
- nested_check ["featureSchemaId" ],
35
+ nested_check ["featureSchemaId" ],
36
36
"answers" : [
37
37
{
38
38
"schemaId" : nested_check ["options" ][0 ]["featureSchemaId" ]
@@ -45,8 +45,7 @@ def test_export_annotations_nested_checklist(
45
45
}]
46
46
47
47
task = LabelImport .create_from_objects (client , project .uid ,
48
- f'label-import-{ uuid .uuid4 ()} ' ,
49
- data )
48
+ f'label-import-{ uuid .uuid4 ()} ' , data )
50
49
task .wait_until_done ()
51
50
labels = project .label_generator ().as_list ()
52
51
object_annotation = [
You can’t perform that action at this time.
0 commit comments