ephraimbuddy commented on code in PR #54461: URL: https://github.com/apache/airflow/pull/54461#discussion_r2276344584
########## airflow-core/tests/unit/serialization/test_serialized_objects.py: ########## @@ -48,6 +48,7 @@ from airflow.providers.standard.operators.python import PythonOperator from airflow.providers.standard.triggers.file import FileDeleteTrigger from airflow.sdk import BaseOperator +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]
