Skip to content

Commit 60d57b1

Browse files
authored
fix: Remove functions_tips_terminate (GoogleCloudPlatform#2389)
1 parent ba1b681 commit 60d57b1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

functions/helloworld/main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
# [END functions_http_content]
2323

2424

25-
# [START functions_tips_terminate]
2625
# [START functions_helloworld_get]
2726
def hello_get(request):
2827
"""HTTP Cloud Function.
@@ -52,7 +51,6 @@ def hello_background(event, context):
5251
name = 'World'
5352
return 'Hello {}!'.format(name)
5453
# [END functions_helloworld_background]
55-
# [END functions_tips_terminate]
5654

5755

5856
# [START functions_helloworld_http]

0 commit comments

Comments
 (0)