From 5a329149c77f53f2e7c72f5e685d0f499454e7a4 Mon Sep 17 00:00:00 2001 From: "Anash P. Oommen" Date: Wed, 16 Aug 2023 12:30:21 -0400 Subject: [PATCH] Update get_campaigns.py --- examples/basic_operations/get_campaigns.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/basic_operations/get_campaigns.py b/examples/basic_operations/get_campaigns.py index 94b770fef..0aa245b5c 100755 --- a/examples/basic_operations/get_campaigns.py +++ b/examples/basic_operations/get_campaigns.py @@ -44,8 +44,7 @@ def main(client, customer_id): f"Campaign with ID {row.campaign.id} and name " f'"{row.campaign.name}" was found.' ) - -# [END get_campaigns] + # [END get_campaigns] if __name__ == "__main__": # GoogleAdsClient will read the google-ads.yaml configuration file in the