henry3260 commented on code in PR #62241:
URL: https://github.com/apache/airflow/pull/62241#discussion_r2834890722


##########
providers/microsoft/azure/tests/unit/microsoft/azure/sensors/test_msgraph.py:
##########
@@ -141,3 +141,27 @@ def test_template_fields(self):
 
         for template_field in MSGraphSensor.template_fields:
             getattr(sensor, template_field)
+
+    def test_execute_complete_raises_timeout(self):
+        from airflow.providers.common.compat.sdk import AirflowSensorTimeout
+        from airflow.utils import timezone
+        from datetime import timedelta
+        import pytest

Review Comment:
   This import is already handled at the top of the file (line 23). We can 
remove the redudant one here.



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

Reply via email to