Skip to content

Commit 48f7af7

Browse files
Ace Nassrileahecole
Ace Nassri
andauthored
Minor edits to GAE billing sample (#2787)
Co-authored-by: Leah E. Cole <[email protected]>
1 parent d87e01d commit 48f7af7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

functions/billing/main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,11 @@
3636
# [END functions_billing_slack]
3737

3838
# [START functions_billing_limit]
39-
# [START functions_billing_limit_appengine]
4039
# [START functions_billing_stop]
4140
PROJECT_ID = os.getenv('GCP_PROJECT')
4241
PROJECT_NAME = f'projects/{PROJECT_ID}'
4342
# [END functions_billing_stop]
4443
# [END functions_billing_limit]
45-
# [END functions_billing_limit_appengine]
4644

4745
# [START functions_billing_slack]
4846

functions/billing/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
slackclient==2.5.0
2+
# [START functions_billing_limit_appengine_deps]
23
oauth2client==4.1.3
34
google-api-python-client==1.7.11
5+
# [START functions_billing_limit_appengine_deps]

0 commit comments

Comments
 (0)