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
{{ message }}
This repository was archived by the owner on Sep 23, 2024. It is now read-only.
enum doesn't add any value when compared with eg. dictionaries or named tuples, or even plain module-wide constants if they are used in multiple source files. Replace the enums by any of the above (as deemed fitting) and remove the dependency on the enum module.
enumdoesn't add any value when compared with eg. dictionaries or named tuples, or even plain module-wide constants if they are used in multiple source files. Replace theenums by any of the above (as deemed fitting) and remove the dependency on theenummodule.