amoghrajesh commented on code in PR #52796: URL: https://github.com/apache/airflow/pull/52796#discussion_r2184818679
########## providers/amazon/src/airflow/providers/amazon/aws/hooks/base_aws.py: ########## @@ -60,13 +60,9 @@ from airflow.providers.amazon.aws.utils.connection_wrapper import AwsConnectionWrapper from airflow.providers.amazon.aws.utils.identifiers import generate_uuid from airflow.providers.amazon.aws.utils.suppress import return_on_error +from airflow.providers.amazon.version_compat import BaseHook from airflow.providers.common.compat.version_compat import AIRFLOW_V_3_0_PLUS Review Comment: Unrelated but this import isn't right, could you raise a follow up to fix this -- 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]
