xchwan commented on code in PR #56131: URL: https://github.com/apache/airflow/pull/56131#discussion_r2380689650
########## providers/google/tests/unit/google/cloud/hooks/test_gcs.py: ########## @@ -39,7 +39,7 @@ from airflow.providers.google.cloud.hooks import gcs from airflow.providers.google.cloud.hooks.gcs import _fallback_object_url_to_object_name_and_bucket_name from airflow.providers.google.common.consts import CLIENT_INFO -from airflow.utils import timezone +from airflow.sdk import timezone Review Comment: Here I change utils to sdk because airflow.utils.timezone has been deprecated. Currently, mypy can't recognize it. <img width="846" height="208" alt="ζͺε 2025-09-26 δΈε10 13 53" src="https://github.com/user-attachments/assets/12356fd0-8417-44b0-b27c-ab7baa9e81cc" /> -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
