From c5956476f8b4185500ee820030b0c6165111858d Mon Sep 17 00:00:00 2001 From: "@jmmshn" Date: Fri, 15 Mar 2024 09:31:09 -0700 Subject: [PATCH] enums --- tutorials/blob_storage.ipynb | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tutorials/blob_storage.ipynb b/tutorials/blob_storage.ipynb index fdb7cec7f5..5fea8b446d 100644 --- a/tutorials/blob_storage.ipynb +++ b/tutorials/blob_storage.ipynb @@ -153,15 +153,6 @@ "However, if the objects is too big to keep around while you are exploring the data structure, you can use the default `load=False` flag and only load the reference to the object. This will allow you to explore the data structure without loading the object into memory." ] }, - { - "cell_type": "markdown", - "metadata": { - "tags": [] - }, - "source": [ - "A" - ] - }, { "cell_type": "code", "execution_count": null,