phanikumv commented on code in PR #66930: URL: https://github.com/apache/airflow/pull/66930#discussion_r3241785373
########## providers/google/tests/system/google/cloud/gcs/example_gcs_to_gdrive.py: ########## @@ -28,6 +28,7 @@ import logging import os from datetime import datetime +from functools import cache Review Comment: Unused `from functools import cache` in both example Dags (example_gcs_to_gdrive.py:31, example_gdrive_to_gcs.py:24). Ruff F401 will block this. -- 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]
