uranusjr commented on code in PR #40003:
URL: https://github.com/apache/airflow/pull/40003#discussion_r1623771333


##########
tests/operators/test_trigger_dagrun.py:
##########
@@ -25,7 +25,7 @@
 import pendulum
 import pytest
 
-from airflow.exceptions import AirflowException, DagRunAlreadyExists, 
TaskDeferred
+from airflow.exceptions import AirflowException, DagRunAlreadyExists, 
TaskDeferred, RemovedInAirflow3Warning

Review Comment:
   ```suggestion
   from airflow.exceptions import AirflowException, DagRunAlreadyExists, 
RemovedInAirflow3Warning, TaskDeferred
   ```



-- 
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