sunank200 commented on code in PR #51153:
URL: https://github.com/apache/airflow/pull/51153#discussion_r2123460183


##########
task-sdk/src/airflow/sdk/bases/operator.py:
##########
@@ -77,9 +77,7 @@
 
     import jinja2
 
-    from airflow.sdk.definitions.context import Context
-    from airflow.sdk.definitions.dag import DAG
-    from airflow.sdk.definitions.taskgroup import TaskGroup
+    from airflow.sdk import DAG, Context, TaskGroup

Review Comment:
   It was part of your PR too: 
https://github.com/apache/airflow/pull/47357/files#diff-a521dd73fbcd6da9aac5e46d98cf2e640da5467cc1b66ea7c6a87c126be35a65
   
   That's the reason I kept it like that.



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