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

Formatted code using Black #2

Merged
merged 1 commit into from
Oct 15, 2023
Merged

Formatted code using Black #2

merged 1 commit into from
Oct 15, 2023

Conversation

generalpy101
Copy link
Owner

No description provided.

Copy link

@code-review-doctor code-review-doctor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some things to consider. View full project report here.

)

return self.response_builder.build_response(
Protocol_2_Data_Types.ERROR, "ERR unknown command '{}'".format(command_name)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

f-string is easier to read, write, and less computationally expensive than legacy string formatting. More.

@generalpy101 generalpy101 merged commit 880beef into main Oct 15, 2023
2 checks passed
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