kaxil commented on a change in pull request #6950: [AIRFLOW-6392] Remove cyclic
dependency baseoperator <-> helpers
URL: https://github.com/apache/airflow/pull/6950#discussion_r361995400
##########
File path: airflow/models/baseoperator.py
##########
@@ -862,6 +865,7 @@ def clear(self,
tasks += [
t.task_id for t in self.get_flat_relatives(upstream=False)]
+ # noinspection PyUnresolvedReferences
Review comment:
What is the Unresolved reference?
----------------------------------------------------------------
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]
With regards,
Apache Git Services