Skip to content

Commit 92e0e7d

Browse files
chore(datastore): delete invalid region tag 'ndb_flask' (#13202)
1 parent d5b3441 commit 92e0e7d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

datastore/cloud-ndb/flask_app.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# limitations under the License.
1414

1515
# [START datastore_ndb_flask]
16-
# [START ndb_flask]
1716
from flask import Flask
1817

1918
from google.cloud import ndb
@@ -42,5 +41,4 @@ class Book(ndb.Model):
4241
def list_books():
4342
books = Book.query()
4443
return str([book.to_dict() for book in books])
45-
# [END ndb_flask]
4644
# [END datastore_ndb_flask]

0 commit comments

Comments
 (0)