aws-cli icon indicating copy to clipboard operation
aws-cli copied to clipboard

Replace string concatenation with f-string

Open sergyDwhiz opened this issue 1 year ago • 0 comments

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."

sergyDwhiz avatar Dec 23 '23 20:12 sergyDwhiz