Skip to content

Commit 8184af4

Browse files
author
Ace Nassri
authored
chore(functions): delete unused region tag (GoogleCloudPlatform#4887)
1 parent 32abc75 commit 8184af4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

functions/tips/main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ def heavy_computation():
6363
return reduce(lambda x, t: t * x, numbers)
6464

6565

66-
# [START functions_tips_global_scope]
6766
# [START run_tips_global_scope]
6867
# Global (instance-wide) scope
6968
# This computation runs at instance cold-start
@@ -85,7 +84,6 @@ def scope_demo(request):
8584
return 'Per instance: {}, per function: {}'.format(
8685
instance_var, function_var)
8786
# [END run_tips_global_scope]
88-
# [END functions_tips_global_scope]
8987

9088

9189
# [START functions_tips_lazy_globals]

0 commit comments

Comments
 (0)