Skip to content

Commit 3b7229c

Browse files
AnashOommenBenRKarl
authored andcommitted
Update get_campaigns.py
1 parent c5633a6 commit 3b7229c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

examples/basic_operations/get_campaigns.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ def main(client, customer_id):
4444
f"Campaign with ID {row.campaign.id} and name "
4545
f'"{row.campaign.name}" was found.'
4646
)
47-
48-
# [END get_campaigns]
47+
# [END get_campaigns]
4948

5049
if __name__ == "__main__":
5150
# GoogleAdsClient will read the google-ads.yaml configuration file in the

0 commit comments

Comments
 (0)