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
The latest version of mypy enforces that enum members do not have type
annotations, because the type of every member of a subclass of `Enum` is
that subclass itself.
Signed-off-by: Pablo Galindo <[email protected]>
0 commit comments