kaxil commented on a change in pull request #6601: [AIRFLOW-6010] Remove cyclic
imports and pylint disables
URL: https://github.com/apache/airflow/pull/6601#discussion_r348506311
##########
File path: airflow/models/baseoperator.py
##########
@@ -834,7 +836,6 @@ def clear(self,
Clears the state of task instances associated with the task, following
the parameters specified.
"""
- TI = TaskInstance
Review comment:
OK I get it now why we had TI at the top :)
----------------------------------------------------------------
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