potiuk commented on code in PR #59835: URL: https://github.com/apache/airflow/pull/59835#discussion_r2651786821
########## airflow-core/tests/unit/core/test_core.py: ########## @@ -22,8 +22,8 @@ import pytest from airflow._shared.timezones.timezone import datetime -from airflow.models.baseoperator import BaseOperator from airflow.providers.standard.operators.empty import EmptyOperator +from airflow.sdk import BaseOperator Review Comment: I do not think we want to refer to "task.sdk" in "airfl - butow-core" package. I am not sure what is a better way - but once we complete task isolation, airflow-core should not import task-sdk (I think) -- 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]
