Skip to content

Commit c3b14be

Browse files
ovalle15ovalle15
authored andcommitted
Replace data rows with global keys
1 parent 095116f commit c3b14be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/annotation_import/image.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@
817817
" bbox_source,\n",
818818
" bbox_target\n",
819819
" ]:\n",
820-
" annotation.update({## Passing the uuid optional id to construct the relationship annotation\n",
820+
" annotation.update({\n",
821821
" 'dataRow': {'globalKey':global_key},\n",
822822
" })\n",
823823
" label_ndjson_method2.append(annotation)\n"

0 commit comments

Comments
 (0)