DiamondLightSource / DiamondLightSource/fastcs
Replace Enum with IntEnum and StrEnum
Open
- Dominant language
- Python
- Stars
- 6
- Forks
- 8
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 3
Description
The nested generic in the Enum DataType is not well supported by python typing. We don't need mixed enums, so we should just replace the generic Enum DataType with concrete IntEnum and StrEnum DataTypes.
Contributor guide
Assessment
This issue has not been assessed yet.