Skip to content

Commit cc24dbd

Browse files
authored
Removes old region tags (GoogleCloudPlatform#11973)
1 parent 5cc3c0c commit cc24dbd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

datastore/cloud-ndb/quickstart.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_quickstart_python]
16-
# [START ndb_context_usage]
1716
# [START ndb_import]
1817
from google.cloud import ndb
1918

@@ -35,7 +34,6 @@ def list_books():
3534
print(book.to_dict())
3635

3736

38-
# [END ndb_context_usage]
3937
# [END datastore_quickstart_python]
4038

4139
if __name__ == "__main__":

0 commit comments

Comments
 (0)