Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add unique decorator to UnitEnum in units.py
The 'unique' decorator from the enum library was added to the UnitEnum class to ensure uniqueness of enum members. This change helps to prevent potential issues arising from duplicate enum values in the future.
- Loading branch information