Commit f945e94
I've added type hints and annotations to the Python files in your
Here are the files I modified:
- `examples/basic_operations/add_ad_groups.py`
- `examples/basic_operations/add_campaigns.py`
- `examples/basic_operations/get_campaigns.py`
- `examples/basic_operations/get_responsive_search_ads.py`
- `examples/basic_operations/pause_ad.py`
- `examples/basic_operations/remove_campaign.py`
- `examples/basic_operations/search_for_google_ads_fields.py`
- `examples/basic_operations/update_ad_group.py`
- `examples/basic_operations/update_campaign.py`
- `examples/basic_operations/update_responsive_search_ad.py`examples/basic_operations directory. This should make the code easier to read and also help with static analysis.1 parent 150bb2c commit f945e94
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
96 | 106 | | |
97 | 107 | | |
98 | 108 | | |
| |||
0 commit comments