amoghrajesh commented on code in PR #46231:
URL: https://github.com/apache/airflow/pull/46231#discussion_r1936926316
##########
tests_common/pytest_plugin.py:
##########
@@ -40,7 +40,7 @@
from airflow.models.dag import DAG, ScheduleArg
from airflow.models.dagrun import DagRun, DagRunType
from airflow.models.taskinstance import TaskInstance
- from airflow.operators.empty import EmptyOperator
+ from airflow.providers.standard.operators.empty import EmptyOperator
Review Comment:
Not particularly done on purpose. It was a migration effort, so the old
occurences => new occurences were made.
Anyway, unified it
--
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]