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
An identical StrEnum class is defined for both Order and Asset classes. My suggestion is to remove the definition from both classes and add it to either tools/helpers.py or tools/types.py and modify Order and Asset classes to work with the imported definition.