potiuk commented on code in PR #59835: URL: https://github.com/apache/airflow/pull/59835#discussion_r2652636289
########## 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: Actually - I have not seen this is a test. There is an easy way - move this to "devel-common" -- 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]
