ha2hi opened a new pull request, #58141: URL: https://github.com/apache/airflow/pull/58141
This PR removes a redundant list() call in the aws_template_fields utility function under the Amazon provider. The sorted() function already returns a list, so the extra list() conversion was unnecessary. This change simplifies the code without altering any functionality. -- 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]
