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

Replace .format() with f-strings in whole repo #109

Closed
SlavomirMazurPantheon opened this issue Oct 18, 2022 · 0 comments · Fixed by #118
Closed

Replace .format() with f-strings in whole repo #109

SlavomirMazurPantheon opened this issue Oct 18, 2022 · 0 comments · Fixed by #118
Assignees
Labels
Maintenance Needs to be fixed, checked or worked on the server Priority: Low

Comments

@SlavomirMazurPantheon
Copy link
Contributor

As a part of refactoring, please remove usage of .format() method for formatting strings.
Same is for joining strings using + character.
Instead, use f-strings for formatting strings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Maintenance Needs to be fixed, checked or worked on the server Priority: Low
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants