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

[RF] replace Bunch by Enum #3055

Closed
wants to merge 1 commit into from
Closed

Conversation

skoudoro
Copy link
Member

@skoudoro skoudoro commented Feb 1, 2024

This is a small PR to replace our custom class Bunch by the standard object Enum.

Bunch was created because Enum was not available with python2. It is not anymore the case.

@skoudoro
Copy link
Member Author

skoudoro commented Feb 1, 2024

Finally, the solution with Enum is not better. You need to implement comparison which is a bit overkill for what we need.

keeping as it is and closing

@skoudoro skoudoro closed this Feb 1, 2024
@skoudoro skoudoro deleted the remove-bunch branch February 1, 2024 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant