From 4f6b2eb2c073666841518dab81932092cca490e0 Mon Sep 17 00:00:00 2001 From: Gabefire <33893811+Gabefire@users.noreply.github.com> Date: Wed, 20 Nov 2024 09:31:55 -0600 Subject: [PATCH] removed duplicate keys --- libs/labelbox/pyproject.toml | 2 +- libs/labelbox/tests/data/annotation_import/conftest.py | 2 -- libs/labelbox/tests/data/metrics/iou/data_row/conftest.py | 4 ---- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/libs/labelbox/pyproject.toml b/libs/labelbox/pyproject.toml index e6bd8de44..aafddade5 100644 --- a/libs/labelbox/pyproject.toml +++ b/libs/labelbox/pyproject.toml @@ -74,7 +74,7 @@ dev-dependencies = [ line-length = 80 [tool.ruff.lint] -ignore = ["F841", "E722", "F811", "F402", "F601", "F403", "F821", "F541"] +ignore = ["F841", "E722", "F811", "F403", "F821", "F541"] exclude = ["**/__init__.py"] [tool.rye.scripts] diff --git a/libs/labelbox/tests/data/annotation_import/conftest.py b/libs/labelbox/tests/data/annotation_import/conftest.py index 735166807..c87cb9043 100644 --- a/libs/labelbox/tests/data/annotation_import/conftest.py +++ b/libs/labelbox/tests/data/annotation_import/conftest.py @@ -2374,7 +2374,6 @@ def expected_export_v2_llm_prompt_response_creation(): "name": "first_radio_answer", "value": "first_radio_answer", }, - "name": "radio-response", "value": "radio-response", }, ], @@ -2433,7 +2432,6 @@ def expected_export_v2_llm_response_creation(): "name": "first_radio_answer", "value": "first_radio_answer", }, - "name": "radio-response", "value": "radio-response", }, ], diff --git a/libs/labelbox/tests/data/metrics/iou/data_row/conftest.py b/libs/labelbox/tests/data/metrics/iou/data_row/conftest.py index 6c03c2839..c19187bc0 100644 --- a/libs/labelbox/tests/data/metrics/iou/data_row/conftest.py +++ b/libs/labelbox/tests/data/metrics/iou/data_row/conftest.py @@ -281,7 +281,6 @@ def matching_checklist(): "featureId": "1234567890111213141516171", "schemaId": "ckppid25v0000aeyjmxfwlc7t", "uuid": "76e0dcea-fe46-43e5-95f5-a5e3f378520a", - "schemaId": "ckppid25v0000aeyjmxfwlc7t", "answers": [ { "schemaId": "ckppid25v0000aeyjmxfwlc7t", @@ -319,7 +318,6 @@ def partially_matching_checklist_1(): "featureId": "1234567890111213141516171", "schemaId": "ckppid25v0000aeyjmxfwlc7t", "uuid": "76e0dcea-fe46-43e5-95f5-a5e3f378520a", - "schemaId": "ckppid25v0000aeyjmxfwlc7t", "answers": [ { "schemaId": "ckppid25v0000aeyjmxfwlc7t", @@ -359,7 +357,6 @@ def partially_matching_checklist_2(): "featureId": "1234567890111213141516171", "schemaId": "ckppid25v0000aeyjmxfwlc7t", "uuid": "76e0dcea-fe46-43e5-95f5-a5e3f378520a", - "schemaId": "ckppid25v0000aeyjmxfwlc7t", "answers": [ { "schemaId": "ckppid25v0000aeyjmxfwlc7t", @@ -397,7 +394,6 @@ def partially_matching_checklist_3(): "featureId": "1234567890111213141516171", "schemaId": "ckppid25v0000aeyjmxfwlc7t", "uuid": "76e0dcea-fe46-43e5-95f5-a5e3f378520a", - "schemaId": "ckppid25v0000aeyjmxfwlc7t", "answers": [ { "schemaId": "ckppid25v0000aeyjmxfwlc7t",