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

refactor: remove unnecessary f-string #1318

Merged
merged 2 commits into from
Dec 8, 2023

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.
@buildbot-princeton
Copy link
Collaborator

Can one of the admins verify this patch?

This commit fixes the style issues introduced in e02a43c according to the output
from Black, isort and Prettier.

Details: #1318
@Andrew-S-Rosen Andrew-S-Rosen merged commit 4c9a6d6 into main Dec 8, 2023
14 checks passed
@Andrew-S-Rosen Andrew-S-Rosen deleted the deepsource-autofix-aeeae5a1 branch December 8, 2023 03:49
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.

2 participants