uranusjr commented on code in PR #60968: URL: https://github.com/apache/airflow/pull/60968#discussion_r2721063080
########## task-sdk/tests/task_sdk/test_lineage.py: ########## @@ -21,18 +21,16 @@ import pytest -from airflow import plugins_manager -from airflow.lineage import hook -from airflow.lineage.hook import ( +from airflow.sdk import BaseHook, plugins_manager +from airflow.sdk.definitions.asset import Asset Review Comment: ```suggestion from airflow.sdk import Asset, BaseHook, plugins_manager ``` -- 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]
