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
Refactor keyword enums for clarity and consistency
- Rename `ValidKeywords` to `SupportedKeywords` for better semantic alignment.
- Rename `InvalidKeywords` to `UnsupportedKeywords` for improved clarity.
- Update references across the module to reflect these renamed enums.
- Simplify `normalize_string` by removing unnecessary replacement.
- Adjust property methods and related logic to accommodate the new naming conventions.
0 commit comments