Skip to content

Commit c9d7590

Browse files
authored
Remove signing function - not required
1 parent 248419a commit c9d7590

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

examples/annotation_import/image.ipynb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -810,13 +810,6 @@
810810
" ]\n",
811811
")\n",
812812
"\n",
813-
"# Create urls to mask data for upload\n",
814-
"def signing_function(obj_bytes: bytes) -> str:\n",
815-
" url = client.upload_data(content=obj_bytes, sign=True)\n",
816-
" return url\n",
817-
"\n",
818-
"label.add_url_to_masks(signing_function)\n",
819-
"\n",
820813
"# Convert our label from a Labelbox class object to the underlying NDJSON format required for upload \n",
821814
"label_ndjson = list(NDJsonConverter.serialize([label]))"
822815
],

0 commit comments

Comments
 (0)