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
Our Windows pipeline only has Python 3.9,
which does not include StrEnum.
Therefore, replace all StrEnum by a double str and Enum import.
accomplishing the same thing.
0 commit comments