Skip to content

Refactor type hints to use built-in types and improve code consistency#85

Merged
EgalitarianMonkey merged 1 commit intomainfrom
feat/global-improvements
Mar 27, 2026
Merged

Refactor type hints to use built-in types and improve code consistency#85
EgalitarianMonkey merged 1 commit intomainfrom
feat/global-improvements

Conversation

@EgalitarianMonkey
Copy link
Copy Markdown
Owner

  • Updated type hints across multiple modules to use built-in types (e.g., list, dict, tuple) instead of List, Dict, and Optional from typing.
  • Removed unnecessary imports of Optional and Dict where built-in types suffice.
  • Ensured all functions and methods reflect the new type hinting style for better readability and maintainability.

- Updated type hints across multiple modules to use built-in types (e.g., `list`, `dict`, `tuple`) instead of `List`, `Dict`, and `Optional` from `typing`.
- Removed unnecessary imports of `Optional` and `Dict` where built-in types suffice.
- Ensured all functions and methods reflect the new type hinting style for better readability and maintainability.
@EgalitarianMonkey EgalitarianMonkey merged commit 5f45221 into main Mar 27, 2026
2 checks passed
@EgalitarianMonkey EgalitarianMonkey deleted the feat/global-improvements branch March 27, 2026 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant