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 2477a7b commit 624e171
Showing 1 changed file with 2 additions and 2 deletions.
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 624e171

Please sign in to comment.