gopidesupavan commented on code in PR #49396:
URL: https://github.com/apache/airflow/pull/49396#discussion_r2048706339


##########
providers/standard/tests/unit/standard/utils/test_sensor_helper.py:
##########
@@ -42,7 +41,11 @@
 from tests_common.test_utils.version_compat import AIRFLOW_V_3_0_PLUS
 
 if AIRFLOW_V_3_0_PLUS:
+    from airflow.providers.standard.operators.empty import EmptyOperator
     from airflow.utils.types import DagRunTriggeredByType
+else:
+    # TODO: Remove this import when we drop support for Airflow 2
+    from airflow.operators.empty import EmptyOperator  # type: ignore[no-redef]

Review Comment:
   my bad yeah, confused :)



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to