8000 Added region tags (#1617) · lesliepound/python-docs-samples@84b7c1e · GitHub
[go: up one dir, main page]

Skip to content

Commit 84b7c1e

Browse files
melaniedejongchenyumic
authored andcommitted
Added region tags (GoogleCloudPlatform#1617)
Added region tags around import statements for use in documentation.
1 parent 3902dcd commit 84b7c1e

File tree

1 file changed

+2
-0
lines changed
  • appengine/standard_python37/building-an-app/building-an-app-3

1 file changed

+2
-0
lines changed

appengine/standard_python37/building-an-app/building-an-app-3/main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@
1414

1515
import datetime
1616

17+
# [START gae_python37_auth_verify_token]
1718
from flask import Flask, render_template, request
1819
from google.auth.transport import requests
1920
from google.cloud import datastore
2021
import google.oauth2.id_token
2122

2223
firebase_request_adapter = requests.Request()
24+
# [END gae_python37_auth_verify_token]
2325

2426
datastore_client = datastore.Client()
2527

0 commit comments

Comments
 (0)
0