ephraimbuddy commented on code in PR #53450:
URL: https://github.com/apache/airflow/pull/53450#discussion_r2213454685


##########
providers/standard/tests/unit/standard/decorators/test_python.py:
##########
@@ -45,7 +46,13 @@
     from airflow.models.expandinput import DictOfListsExpandInput
     from airflow.models.mappedoperator import MappedOperator
     from airflow.models.xcom_arg import XComArg
-    from airflow.utils.task_group import TaskGroup
+    from airflow.utils.task_group import TaskGroup  # type: ignore[no-redef]

Review Comment:
   This is for backcompact, but I guess we can import and if we encounter 
import error then go back to the airflow.utils.task_group import



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