You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refs #5599
This change allows to catch this error by making all Enum members
implicitly Final.
Also modifies Enum plugin, since it was not ready to work
with `Literal[True]` and `Literal[False]`.
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
refs python#5599
This change allows to catch this error by making all Enum members
implicitly Final.
Also modifies Enum plugin, since it was not ready to work
with `Literal[True]` and `Literal[False]`.
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
This is currently allowed but fails at runtime:
but it fails at runtime.
This is a follow-up for #5522
The text was updated successfully, but these errors were encountered: