-
-
Notifications
You must be signed in to change notification settings - Fork 10
Move DataFields Enum into enum.py #330
Copy link
Copy link
Open
Labels
area: api 🤖bump: major 🦁Backward-incompatible changes (x.0)Backward-incompatible changes (x.0)type: refactor 🔀Some code needs restructuringSome code needs restructuring
Metadata
Metadata
Assignees
Labels
area: api 🤖bump: major 🦁Backward-incompatible changes (x.0)Backward-incompatible changes (x.0)type: refactor 🔀Some code needs restructuringSome code needs restructuring
Baffled why I put it anywhere else. Maybe I added it there before enum.py existed.
Since the enum will still be imported into
data.py, this move might not actually be a breaking change, in which case this could be done as part of a minor version bump.