Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use f-strings where possible #2131

Merged
merged 5 commits into from
Sep 20, 2021
Merged

Conversation

codeboten
Copy link
Contributor

Description

Update code to use fstrings as per pylint 2.11.0 suggestions:
C0209: Formatting a regular string which could be a f-string (consider-using-f-string)

Fixes #2130
Part of #2123

Checklist:

  • Followed the style guidelines of this project

@codeboten codeboten added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Sep 17, 2021
@codeboten codeboten requested a review from a team September 17, 2021 17:03
@owais owais enabled auto-merge (squash) September 19, 2021 23:41
@owais owais merged commit 45a2b35 into open-telemetry:main Sep 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

use f-strings wherever possible
4 participants