Skip to content

Commit 63b136a

Browse files
authored
[PLT-1957] Removed duplicate keys (#1914)
1 parent a1765b3 commit 63b136a

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

libs/labelbox/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ dev-dependencies = [
7474
line-length = 80
7575

7676
[tool.ruff.lint]
77-
ignore = ["F841", "E722", "F811", "F402", "F601", "F403", "F821", "F541"]
77+
ignore = ["F841", "E722", "F811", "F403", "F821", "F541"]
7878
exclude = ["**/__init__.py"]
7979

8080
[tool.rye.scripts]

libs/labelbox/tests/data/annotation_import/conftest.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2374,7 +2374,6 @@ def expected_export_v2_llm_prompt_response_creation():
23742374
"name": "first_radio_answer",
23752375
"value": "first_radio_answer",
23762376
},
2377-
"name": "radio-response",
23782377
"value": "radio-response",
23792378
},
23802379
],
@@ -2433,7 +2432,6 @@ def expected_export_v2_llm_response_creation():
24332432
"name": "first_radio_answer",
24342433
"value": "first_radio_answer",
24352434
},
2436-
"name": "radio-response",
24372435
"value": "radio-response",
24382436
},
24392437
],

libs/labelbox/tests/data/metrics/iou/data_row/conftest.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ def matching_checklist():
281281
"featureId": "1234567890111213141516171",
282282
"schemaId": "ckppid25v0000aeyjmxfwlc7t",
283283
"uuid": "76e0dcea-fe46-43e5-95f5-a5e3f378520a",
284-
"schemaId": "ckppid25v0000aeyjmxfwlc7t",
285284
"answers": [
286285
{
287286
"schemaId": "ckppid25v0000aeyjmxfwlc7t",
@@ -319,7 +318,6 @@ def partially_matching_checklist_1():
319318
"featureId": "1234567890111213141516171",
320319
"schemaId": "ckppid25v0000aeyjmxfwlc7t",
321320
"uuid": "76e0dcea-fe46-43e5-95f5-a5e3f378520a",
322-
"schemaId": "ckppid25v0000aeyjmxfwlc7t",
323321
"answers": [
324322
{
325323
"schemaId": "ckppid25v0000aeyjmxfwlc7t",
@@ -359,7 +357,6 @@ def partially_matching_checklist_2():
359357
"featureId": "1234567890111213141516171",
360358
"schemaId": "ckppid25v0000aeyjmxfwlc7t",
361359
"uuid": "76e0dcea-fe46-43e5-95f5-a5e3f378520a",
362-
"schemaId": "ckppid25v0000aeyjmxfwlc7t",
363360
"answers": [
364361
{
365362
"schemaId": "ckppid25v0000aeyjmxfwlc7t",
@@ -397,7 +394,6 @@ def partially_matching_checklist_3():
397394
"featureId": "1234567890111213141516171",
398395
"schemaId": "ckppid25v0000aeyjmxfwlc7t",
399396
"uuid": "76e0dcea-fe46-43e5-95f5-a5e3f378520a",
400-
"schemaId": "ckppid25v0000aeyjmxfwlc7t",
401397
"answers": [
402398
{
403399
"schemaId": "ckppid25v0000aeyjmxfwlc7t",

0 commit comments

Comments
 (0)