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

Upgrade to python 3.11 and eliminate the custom StrEnum class. #23

Open
mmcdermott opened this issue May 30, 2023 · 0 comments
Open

Upgrade to python 3.11 and eliminate the custom StrEnum class. #23

mmcdermott opened this issue May 30, 2023 · 0 comments
Labels
refactor Clean up code, testing interface, or API.

Comments

@mmcdermott
Copy link
Owner

This class: https://github.com/mmcdermott/EventStreamML/blob/main/EventStream/utils.py#L61
is redundant with https://docs.python.org/3/library/enum.html#enum.StrEnum

@mmcdermott mmcdermott added the refactor Clean up code, testing interface, or API. label Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Clean up code, testing interface, or API.
Projects
None yet
Development

No branches or pull requests

1 participant