[Enum] update class creation for RuntimeError changes (GH-111815)

This commit is contained in:
Ethan Furman 2023-11-28 20:40:12 -08:00 committed by GitHub
parent e723700190
commit f9e6ce0395
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 6 deletions

View file

@ -1439,7 +1439,6 @@ alias::
Traceback (most recent call last):
...
ValueError: aliases not allowed in DuplicateFreeEnum: 'GRENE' --> 'GREEN'
Error calling __set_name__ on '_proto_member' instance 'GRENE' in 'Color'
.. note::