potiuk commented on code in PR #29850:
URL: https://github.com/apache/airflow/pull/29850#discussion_r1125554106


##########
airflow/models/taskinstance.py:
##########
@@ -139,6 +139,12 @@
     from airflow.models.operator import Operator
     from airflow.utils.task_group import MappedTaskGroup, TaskGroup
 
+    # This is a workaround because mypy doesn't work with hybrid_property
+    # TODO: remove this hack and move hybrid_property back to main import block

Review Comment:
   I suggest to add link to the specific issue here. It will be easier for 
anyone in the future to see it the issue is solved.



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

Reply via email to