ashb commented on a change in pull request #21798:
URL: https://github.com/apache/airflow/pull/21798#discussion_r815897878



##########
File path: airflow/models/abstractoperator.py
##########
@@ -394,3 +405,7 @@ def _render_nested_template_fields(
             # content has no inner template fields
             return
         self._do_render_template_fields(value, nested_template_fields, 
context, jinja_env, seen_oids)
+
+
+if TYPE_CHECKING:
+    from airflow.models.baseoperator import BaseOperator, BaseOperatorLink

Review comment:
       Oh probably can be now. I was having trouble with what I think was an 
import cycle in typing.




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