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



##########
File path: airflow/models/dag.py
##########
@@ -1153,6 +1153,7 @@ def clear(
         max_recursion_depth=None,
         dag_bag=None,
         visited_external_tis=None,
+        exclude_task_ids: FrozenSet[str] = frozenset({}),

Review comment:
       This also shouldn't be a frozen set (or even _any_ set) -- but a 
`typing.Container[str]`




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


Reply via email to