Skip to content

Commit 5dc5cd1

Browse files
committed
chore(job): migrate step 3 remove old region tag from email_alert_search_sample.py
1 parent f27c8a1 commit 5dc5cd1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

jobs/v3/api_client/email_alert_search_sample.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424

2525

2626
# [START job_search_for_alerts]
27-
# [START search_for_alerts]
2827
def search_for_alerts(client_service, company_name):
2928
request_metadata = {
3029
"user_id": "HashedUserId",
@@ -44,7 +43,6 @@ def search_for_alerts(client_service, company_name):
4443
.execute()
4544
)
4645
print(response)
47-
# [END search_for_alerts]
4846
# [END job_search_for_alerts]
4947

5048

0 commit comments

Comments
 (0)