Skip to content

Commit e4bd570

Browse files
authored
chore: Update region tag (GoogleCloudPlatform#11963)
1 parent c91c3d2 commit e4bd570

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

datastore/cloud-ndb/quickstart.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
# [START datastore_quickstart_python]
1516
# [START ndb_context_usage]
1617
# [START ndb_import]
1718
from google.cloud import ndb
@@ -35,7 +36,7 @@ def list_books():
3536

3637

3738
# [END ndb_context_usage]
38-
39+
# [END datastore_quickstart_python]
3940

4041
if __name__ == "__main__":
4142
list_books()

0 commit comments

Comments
 (0)