amoghrajesh commented on code in PR #57547:
URL: https://github.com/apache/airflow/pull/57547#discussion_r2493285446


##########
providers/standard/src/airflow/providers/standard/operators/hitl.py:
##########
@@ -29,7 +29,11 @@
 from urllib.parse import ParseResult, urlencode, urlparse, urlunparse
 
 from airflow.configuration import conf
-from airflow.providers.standard.exceptions import HITLRejectException, 
HITLTimeoutError, HITLTriggerEventError
+from airflow.providers.standard.exceptions import (
+    HITLRejectException,
+    HITLTimeoutError,
+    HITLTriggerEventError,
+)

Review Comment:
   Can we undo formatting changes please to keep the diff limited to changes?



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