ferruzzi commented on code in PR #27823: URL: https://github.com/apache/airflow/pull/27823#discussion_r1031869533
########## airflow/providers/amazon/aws/hooks/base_aws.py: ########## @@ -42,11 +46,13 @@ from dateutil.tz import tzlocal from slugify import slugify +from airflow import __version__ as airflow_version Review Comment: I think I addressed this in https://github.com/apache/airflow/pull/27823/commits/a5fc3bc4a39855b9f3c7fc5ac26505709d191a98 by moving it to a local import in the helper method. -- 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]
