kaxil commented on code in PR #54225:
URL: https://github.com/apache/airflow/pull/54225#discussion_r2285979482
##########
task-sdk/src/airflow/sdk/definitions/taskgroup.py:
##########
@@ -39,7 +39,6 @@
TaskAlreadyInTaskGroup,
)
from airflow.sdk.definitions._internal.node import DAGNode, validate_group_key
-from airflow.sdk.exceptions import AirflowDagCycleException
Review Comment:
Which check was failing?
##########
task-sdk/src/airflow/sdk/definitions/taskgroup.py:
##########
@@ -39,7 +39,6 @@
TaskAlreadyInTaskGroup,
)
from airflow.sdk.definitions._internal.node import DAGNode, validate_group_key
-from airflow.sdk.exceptions import AirflowDagCycleException
Review Comment:
Which static check was failing?
--
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]