Skip to content

Commit

Permalink
Removed unnecessary comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
githaruo authored and BenRKarl committed Nov 30, 2023
1 parent b6ae275 commit 142debd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/misc/add_ad_group_image_asset.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
from google.api_core import protobuf_helpers


# [START add_ad_group_image_asset]
def main(client, customer_id, ad_group_id, asset_id):
ad_group_asset_service = client.get_service("AdGroupAssetService")
ad_group_asset_resource_name = ad_group_asset_service.asset_path(
Expand All @@ -49,7 +48,6 @@ def main(client, customer_id, ad_group_id, asset_id):
"Created ad group asset with resource name: "
f"'{result.resource_name}'"
)
# [End add_ad_group_image_asset.py]


if __name__ == "__main__":
Expand Down

0 comments on commit 142debd

Please sign in to comment.