Skip to content

Commit c91c3d2

Browse files
chore: remove get_job region tag from base_job_sample.py (GoogleCloudPlatform#11972)
1 parent 6babcb5 commit c91c3d2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

jobs/v3/api_client/base_job_sample.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ def create_job(client_service, job_to_be_created):
7979

8080

8181
# [START job_get_job]
82-
# [START get_job]
8382
def get_job(client_service, job_name):
8483
try:
8584
job_existed = client_service.projects().jobs().get(name=job_name).execute()
@@ -90,7 +89,6 @@ def get_job(client_service, job_name):
9089
raise e
9190

9291

93-
# [END get_job]
9492
# [END job_get_job]
9593

9694

0 commit comments

Comments
 (0)