Skip to content

Commit 142debd

Browse files
githaruoBenRKarl
authored andcommitted
Removed unnecessary comments.
1 parent b6ae275 commit 142debd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/misc/add_ad_group_image_asset.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
from google.api_core import protobuf_helpers
2727

2828

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

5452

5553
if __name__ == "__main__":

0 commit comments

Comments
 (0)