ramitkataria commented on code in PR #55308:
URL: https://github.com/apache/airflow/pull/55308#discussion_r2331763598
##########
providers/slack/src/airflow/providers/slack/notifications/slack_webhook.py:
##########
@@ -64,7 +65,11 @@ def __init__(
retry_handlers: list[RetryHandler] | None = None,
**kwargs,
):
- super().__init__(**kwargs)
+ if AIRFLOW_V_3_1_PLUS:
Review Comment:
Which test is it? I wonder how it passed in the previous PR
--
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]