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 has been 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.
The text was updated successfully, but these errors were encountered:
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 theenum
s by any of the above (as deemed fitting) and remove the dependency on theenum
module.The text was updated successfully, but these errors were encountered: