MaksYermak commented on code in PR #35295:
URL: https://github.com/apache/airflow/pull/35295#discussion_r1380178705


##########
airflow/providers/google/ads/hooks/ads.py:
##########
@@ -31,9 +31,9 @@
 from airflow.providers.google.common.hooks.base_google import get_field
 
 if TYPE_CHECKING:
-    from google.ads.googleads.v14.services.services.customer_service import 
CustomerServiceClient
-    from google.ads.googleads.v14.services.services.google_ads_service import 
GoogleAdsServiceClient
-    from google.ads.googleads.v14.services.types.google_ads_service import 
GoogleAdsRow
+    from google.ads.googleads.v15.services.services.customer_service import 
CustomerServiceClient

Review Comment:
   No, we use `CustomerServiceClient`, `GoogleAdsServiceClient` and 
`GoogleAdsRow` in our code only for type annotation.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to