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 set calls with literals #2293

Merged
merged 1 commit into from
Dec 12, 2017
Merged

Replace set calls with literals #2293

merged 1 commit into from
Dec 12, 2017

Conversation

Stranger6667
Copy link
Contributor

Description

This PR changes set function calls with literals.

Motivation and Context

Literals are a bit cleaner and faster. Since Python 2.6 is not supported it is safe to replace function calls with literals.

Copy link
Contributor

@Tarrasch Tarrasch left a comment

Choose a reason for hiding this comment

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

Great cleanup! Thanks!

@Tarrasch Tarrasch merged commit ffa6d36 into spotify:master Dec 12, 2017
@Stranger6667 Stranger6667 deleted the replace-set-calls branch December 12, 2017 21:53
This was referenced Jun 29, 2022
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.

3 participants