Skip to content

Commit 1042ba0

Browse files
author
Val Brodsky
committed
Fixed lint
1 parent 15ad10e commit 1042ba0

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

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

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2210,21 +2210,21 @@ def expected_export_v2_video():
22102210
"classifications": [
22112211
{
22122212
"name": "checklist_index",
2213-
"value": "checklist_index",
2213+
"value": "checklist_index",
22142214
"checklist_answers": [
22152215
{
22162216
"name": "first_checklist_answer",
22172217
"value": "first_checklist_answer",
2218-
"classifications": []
2218+
"classifications": [],
22192219
},
22202220
{
2221-
"name": "second_checklist_answer",
2221+
"name": "second_checklist_answer",
22222222
"value": "second_checklist_answer",
2223-
"classifications": []
2224-
}
2225-
]
2223+
"classifications": [],
2224+
},
2225+
],
22262226
}
2227-
]
2227+
],
22282228
},
22292229
"13": {
22302230
"objects": {},
@@ -2235,17 +2235,17 @@ def expected_export_v2_video():
22352235
"checklist_answers": [
22362236
{
22372237
"name": "first_checklist_answer",
2238-
"value": "first_checklist_answer",
2239-
"classifications": []
2238+
"value": "first_checklist_answer",
2239+
"classifications": [],
22402240
},
22412241
{
22422242
"name": "second_checklist_answer",
22432243
"value": "second_checklist_answer",
2244-
"classifications": []
2245-
}
2246-
]
2244+
"classifications": [],
2245+
},
2246+
],
22472247
}
2248-
]
2248+
],
22492249
},
22502250
"18": {
22512251
"objects": {},
@@ -2257,16 +2257,16 @@ def expected_export_v2_video():
22572257
{
22582258
"name": "first_checklist_answer",
22592259
"value": "first_checklist_answer",
2260-
"classifications": []
2260+
"classifications": [],
22612261
},
22622262
{
22632263
"name": "second_checklist_answer",
22642264
"value": "second_checklist_answer",
2265-
"classifications": []
2266-
}
2267-
]
2265+
"classifications": [],
2266+
},
2267+
],
22682268
}
2269-
]
2269+
],
22702270
},
22712271
"19": {
22722272
"objects": {},
@@ -2278,17 +2278,17 @@ def expected_export_v2_video():
22782278
{
22792279
"name": "first_checklist_answer",
22802280
"value": "first_checklist_answer",
2281-
"classifications": []
2281+
"classifications": [],
22822282
},
22832283
{
22842284
"name": "second_checklist_answer",
22852285
"value": "second_checklist_answer",
2286-
"classifications": []
2287-
}
2288-
]
2286+
"classifications": [],
2287+
},
2288+
],
22892289
}
2290-
]
2291-
}
2290+
],
2291+
},
22922292
},
22932293
"segments": {
22942294
"<cuid>": [[7, 13], [18, 19]],

0 commit comments

Comments
 (0)