Skip to content

Commit 4a89ead

Browse files
committed
update
1 parent bc969e7 commit 4a89ead

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

tests/integration/test_export.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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 = [

0 commit comments

Comments
 (0)