chirodip98 commented on code in PR #60083: URL: https://github.com/apache/airflow/pull/60083#discussion_r2661287815
########## providers/google/src/airflow/providers/google/cloud/operators/dataproc.py: ########## @@ -25,7 +25,7 @@ import warnings from collections.abc import MutableSequence, Sequence from dataclasses import dataclass -from datetime import datetime, timedelta +from datetime import datetime, timedelta, timezone Review Comment: reverted the changes -- 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]
