Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[keyvault] style: format strings to f-string
# Description close Azure#3 File changed: `azure-keyvault-keys/samples/hello_world_async.py` I have added f-string formatting to `azure-keyvault-keys/samples/hello_world_async.py`. It seems I have pulled additional changes from the main Azure repo. I will check to see if I can remove the commits by other contributors. Thank you. # All SDK Contribution checklist: - [x] **The pull request does not introduce [breaking changes]** - [x] **CHANGELOG is updated for new features, bug fixes or other significant changes.** - [x] **I have read the [contribution guidelines](https://github.com/Azure/azure-sdk-for-python/blob/main/CONTRIBUTING.md).** ## General Guidelines and Best Practices - [x] Title of the pull request is clear and informative. - [x] There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, [see this page](https://github.com/Azure/azure-powershell/blob/master/documentation/development-docs/cleaning-up-commits.md). ### [Testing Guidelines](https://github.com/Azure/azure-sdk-for-python/blob/main/CONTRIBUTING.md##building-and-testing) - [x] Pull request includes test coverage for the included changes.
- Loading branch information