Skip to content

Commit

Permalink
chore(samples): Fixing a small issue with sample region tags (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-strzelczyk authored Jan 5, 2022
1 parent bf69687 commit 5fc56fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compute/compute/snippets/sample_create_vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
# [START compute_instances_create_from_snapshot]
# [START compute_instances_create_from_image_plus_empty_disk]
# [START compute_instances_create_from_custom_image]
# [START compute_instances_create_from_image ]
# [START compute_instances_create_from_image]
from google.cloud import compute_v1


# [END compute_instances_create_from_image ]
# [END compute_instances_create_from_image]
# [END compute_instances_create_from_custom_image]
# [END compute_instances_create_from_image_plus_empty_disk]
# [END compute_instances_create_from_snapshot]
Expand Down

0 comments on commit 5fc56fb

Please sign in to comment.