Commit d7d25c8
committed
Fix: Correct ImportErrors in test_parallel_report_download
This commit fixes two ModuleNotFoundErrors in
examples/reporting/tests/test_parallel_report_download.py:
1. The import path for the `Metrics` class was corrected from
`google.ads.googleads.v19.resources.types.metrics` to
`google.ads.googleads.v19.common.types.metrics`.
2. The import path for the `GoogleAdsRow` class was corrected from
`google.ads.googleads.v19.resources.types.google_ads_row` to
`google.ads.googleads.v19.services.types.google_ads_service`.
These changes ensure that the test file can correctly locate and
import these necessary classes from the google-ads library.1 parent 9032818 commit d7d25c8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments