From d517dd32898aa3fe0e325726d1c84d636a50ab97 Mon Sep 17 00:00:00 2001 From: nelsonjeffrey Date: Sun, 30 Jun 2024 20:46:20 -0700 Subject: [PATCH] chore: Update region tag --- datastore/cloud-ndb/quickstart.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/datastore/cloud-ndb/quickstart.py b/datastore/cloud-ndb/quickstart.py index 9777ad2f042..13f339203e5 100644 --- a/datastore/cloud-ndb/quickstart.py +++ b/datastore/cloud-ndb/quickstart.py @@ -12,6 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +# [START datastore_quickstart_python] # [START ndb_context_usage] # [START ndb_import] from google.cloud import ndb @@ -35,7 +36,7 @@ def list_books(): # [END ndb_context_usage] - +# [END datastore_quickstart_python] if __name__ == "__main__": list_books()