kaxil commented on a change in pull request #19965:
URL: https://github.com/apache/airflow/pull/19965#discussion_r771382648



##########
File path: airflow/models/dag.py
##########
@@ -2197,6 +2197,16 @@ def add_tasks(self, tasks):
         for task in tasks:
             self.add_task(task)
 
+    def _remove_task(self, task_id: str) -> None:
+        # This is "private" as removing could leave a whole in dependencies if 
done incorrectly, and this

Review comment:
       ```suggestion
           # This is "private" as removing could leave a hole in dependencies 
if done incorrectly, and this
   ```




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