uranusjr commented on code in PR #30963: URL: https://github.com/apache/airflow/pull/30963#discussion_r1205034625
########## airflow/providers/alibaba/cloud/log/oss_task_handler.py: ########## @@ -21,10 +21,10 @@ import os import pathlib import shutil +from functools import cached_property from packaging.version import Version -from airflow.compat.functools import cached_property Review Comment: Can we do this to providers just yet? -- 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]
