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

remove unnecessary f-string #285

Merged
merged 1 commit into from
May 17, 2023
Merged

Conversation

deepsource-autofix[bot]
Copy link
Contributor

It is wasteful to use f-string mechanism if there are no expressions to be extrapolated. It is recommended to use regular strings instead.

It is wasteful to use `f-string` mechanism if there are no expressions to be extrapolated. It is recommended to use regular strings instead.
@Andrew-S-Rosen Andrew-S-Rosen merged commit 537d098 into main May 17, 2023
@Andrew-S-Rosen Andrew-S-Rosen deleted the deepsource-autofix-c7acf39b branch May 17, 2023 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant