yoeo commented on code in PR #51229: URL: https://github.com/apache/airflow/pull/51229#discussion_r2123645876
########## task-sdk/src/airflow/sdk/definitions/asset/decorators.py: ########## @@ -23,6 +23,7 @@ import attrs from airflow.providers.standard.operators.python import PythonOperator +from airflow.sdk.bases.decorator import _TaskDecorator Review Comment: Thanks for the tip! I removed this top-level 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]
