eladkal commented on a change in pull request #14638:
URL: https://github.com/apache/airflow/pull/14638#discussion_r588921407



##########
File path: airflow/providers/amazon/aws/sensors/cloud_formation.py
##########
@@ -18,6 +18,11 @@
 """This module contains sensors for AWS CloudFormation."""
 from typing import Optional
 
+try:
+    from functools import cached_property
+except ImportError:
+    from cached_property import cached_property

Review comment:
       We do, see https://github.com/apache/airflow/pull/14606




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to