We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bf3de0 commit 2a56698Copy full SHA for 2a56698
libs/labelbox/tests/data/annotation_import/conftest.py
@@ -1448,7 +1448,6 @@ def expected_export_v2_image():
1448
@pytest.fixture()
1449
def expected_export_v2_audio():
1450
expected_annotations = {
1451
- "objects": [],
1452
"classifications": [
1453
{
1454
"name":
@@ -1474,7 +1473,8 @@ def expected_export_v2_audio():
1474
1473
},
1475
1476
],
1477
- "relationships": [],
+ "timestamp": {},
+ "segments": {},
1478
}
1479
return expected_annotations
1480
0 commit comments