syedahsn commented on code in PR #30032: URL: https://github.com/apache/airflow/pull/30032#discussion_r1158554262
########## airflow/providers/amazon/aws/hooks/base_aws.py: ########## @@ -48,6 +48,7 @@ from botocore.credentials import ReadOnlyCredentials from botocore.waiter import Waiter, WaiterModel from dateutil.tz import tzlocal +from pytest import importorskip Review Comment: This was something I was testing with - I've removed it now. I'm still dealing with issues regarding aiobotocore imports, but I've been able to reduce them as much as possible. -- 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]
