aws-cli
aws-cli copied to clipboard
Replace string concatenation with f-string
The code "session.user_agent_extra = 'botocore/%s' % botocore_version" uses old-style string formatting. This could be replaced with an f-string for better readability and performance."