Commit 9032818
committed
Fix: Correct ImportError for Metrics in test_parallel_report_download
The import path for the Metrics class in
examples/reporting/tests/test_parallel_report_download.py
was incorrect. It pointed to
google.ads.googleads.v19.resources.types.metrics,
but the Metrics class is defined in
google.ads.googleads.v19.common.types.metrics.
This commit updates the import path to the correct location,
resolving the ModuleNotFoundError that occurred when running the tests.1 parent cfa4555 commit 9032818
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments