diff --git a/examples/annotation_import/image.ipynb b/examples/annotation_import/image.ipynb
index e6e3e1696..d61c597b8 100644
--- a/examples/annotation_import/image.ipynb
+++ b/examples/annotation_import/image.ipynb
@@ -20,7 +20,7 @@
},
"source": [
"
\n",
- "![]() \n",
" | \n",
"\n",
@@ -28,7 +28,7 @@
"\n",
"\n",
"\n",
- "![]() \n",
" | "
]
@@ -810,13 +810,6 @@
" ]\n",
")\n",
"\n",
- "# Create urls to mask data for upload\n",
- "def signing_function(obj_bytes: bytes) -> str:\n",
- " url = client.upload_data(content=obj_bytes, sign=True)\n",
- " return url\n",
- "\n",
- "label.add_url_to_masks(signing_function)\n",
- "\n",
"# Convert our label from a Labelbox class object to the underlying NDJSON format required for upload \n",
"label_ndjson = list(NDJsonConverter.serialize([label]))"
],