Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix:
StringEnum._generate_next_value_ signature
(#3770)
per the documentation, `_generate_next_value_` should be a staticmethod. reference: https://docs.python.org/3/library/enum.html#enum.Enum._generate_next_value_
- Loading branch information