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 #201

Merged
merged 1 commit into from
Jun 25, 2024

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.
@onuratakan onuratakan merged commit 6ab6c00 into master Jun 25, 2024
1 check was pending
@onuratakan onuratakan deleted the deepsource-autofix-5bd38836 branch June 25, 2024 18:00
Copy link
Contributor

deepsource-io bot commented Jun 25, 2024

Here's the code health analysis summary for commits 7aa5572..0ec8cf5. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource Python LogoPython❌ Failure
❗ 1 occurence introduced
🎯 3 occurences resolved
View Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant