Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Get rid of enum import #138

Open
veruu opened this issue Sep 3, 2018 · 0 comments
Open

Get rid of enum import #138

veruu opened this issue Sep 3, 2018 · 0 comments
Labels
good first issue Good for newcomers

Comments

@veruu
Copy link
Contributor

veruu commented Sep 3, 2018

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.

@veruu veruu added the good first issue Good for newcomers label Sep 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant