Skip to content

Commit 63a2146

Browse files
author
Val Brodsky
committed
Remove ndjson uuid from labelbox_upload.ipynb
1 parent 7b9ee22 commit 63a2146

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/integrations/tlt/labelbox_upload.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@
285285
"for datarow in datarows:\n",
286286
" label = get_labels(datarow)['coords'][0]\n",
287287
" row = {\n",
288-
" 'uuid' : str(uuid.uuid4()),\n",
289288
" 'name' : 'animal',\n",
290289
" 'dataRow' : {'id' : datarow.uid},\n",
291290
" 'bbox' : {\n",

0 commit comments

Comments
 (0)