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



##########
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:
       Is there a reason why we need both imports?




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