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 string formatting to use f-strings #128

Merged
merged 7 commits into from
Sep 20, 2022

Conversation

addisonElliott
Copy link
Collaborator

Python f-string's are the preferred approach to formatting strings and is supported since Python 3.6. Replace remaining old-style string-formatting to use f-string style.

Additionally, refactor certain error messages to be consistent with others.

@addisonElliott addisonElliott merged commit c3c0d24 into mhe:master Sep 20, 2022
@addisonElliott addisonElliott deleted the use-f-strings branch September 20, 2022 00:48
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