uranusjr commented on code in PR #30975: URL: https://github.com/apache/airflow/pull/30975#discussion_r1184124617
########## airflow/providers/amazon/aws/operators/eks.py: ########## @@ -24,6 +24,7 @@ from botocore.exceptions import ClientError, WaiterError from airflow import AirflowException +from airflow.exceptions import AirflowProviderDeprecationWarning Review Comment: ```suggestion from airflow.exceptions import AirflowException, AirflowProviderDeprecationWarning ``` Drive-by improvements. -- 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]
