potiuk commented on code in PR #50340: URL: https://github.com/apache/airflow/pull/50340#discussion_r2079611641
########## airflow-core/src/airflow/notifications/basenotifier.py: ########## @@ -20,3 +20,11 @@ from __future__ import annotations from airflow.sdk.bases.notifier import BaseNotifier as BaseNotifier +from airflow.utils.deprecation_tools import add_deprecated_classes Review Comment: I think it should be in `__init__.py` - did you check that it works? -- 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