potiuk commented on code in PR #37320: URL: https://github.com/apache/airflow/pull/37320#discussion_r1486660168
########## tests/system/providers/google/cloud/storage_transfer/example_cloud_storage_transfer_service_aws.py: ########## @@ -21,10 +21,9 @@ from __future__ import annotations import os +from copy import deepcopy from datetime import datetime, timedelta -from pydantic.main import deepcopy Review Comment: That was just wrong import. -- 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]
