vincbeck commented on code in PR #45725: URL: https://github.com/apache/airflow/pull/45725#discussion_r1919299157
########## providers/src/airflow/providers/amazon/aws/hooks/eks.py: ########## @@ -30,6 +31,7 @@ from botocore.exceptions import ClientError from botocore.signers import RequestSigner +from providers.src.airflow.providers.amazon.aws.hooks.sts import StsHook Review Comment: ```suggestion from airflow.providers.amazon.aws.hooks.sts import StsHook ``` -- 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