shahar1 commented on code in PR #44576: URL: https://github.com/apache/airflow/pull/44576#discussion_r1868370032
########## providers/src/airflow/providers/alibaba/cloud/sensors/analyticdb_spark.py: ########## @@ -21,8 +21,6 @@ from functools import cached_property from typing import TYPE_CHECKING, Any -from deprecated.classic import deprecated - from airflow.exceptions import AirflowProviderDeprecationWarning Review Comment: ```suggestion ``` ########## providers/src/airflow/providers/alibaba/cloud/operators/analyticdb_spark.py: ########## @@ -22,8 +22,6 @@ from functools import cached_property from typing import TYPE_CHECKING, Any -from deprecated.classic import deprecated - from airflow.exceptions import AirflowException, AirflowProviderDeprecationWarning Review Comment: ```suggestion from airflow.exceptions import AirflowException ``` -- 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]
