ephraimbuddy commented on code in PR #54461:
URL: https://github.com/apache/airflow/pull/54461#discussion_r2276345520
##########
task-sdk/src/airflow/sdk/definitions/mappedoperator.py:
##########
@@ -65,10 +65,10 @@
OperatorExpandKwargsArgument,
)
from airflow.sdk import DAG, BaseOperator, BaseOperatorLink, Context,
TaskGroup, XComArg
+ from airflow.sdk.bases.operator_resources import Resources
Review Comment:
```suggestion
from airflow.sdk.definitions.operator_resources import Resources
```
--
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]