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

DM-48838: Switch to StrEnum #375

Merged
merged 1 commit into from
Feb 11, 2025
Merged

DM-48838: Switch to StrEnum #375

merged 1 commit into from
Feb 11, 2025

Conversation

rra
Copy link
Member

@rra rra commented Feb 11, 2025

All of the enums that used dual inheritance from str and Enum had values matching their names, so they could safely be converted to StrEnum. Do so to use the more standard class.

All of the enums that used dual inheritance from `str` and `Enum`
had values matching their names, so they could safely be converted
to `StrEnum`. Do so to use the more standard class.
@rra rra merged commit 3d87945 into main Feb 11, 2025
7 checks passed
@rra rra deleted the tickets/DM-48838 branch February 11, 2025 20:32
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