o-nikolas commented on code in PR #45725: URL: https://github.com/apache/airflow/pull/45725#discussion_r1919303568
########## 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: Nice spot, thanks! -- 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