Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use modern type hint syntax throughout the codebase
This commit replaces the use of 'Union' type hints with the modern '|' syntax in multiple files for better readability and conciseness. Additionally, it removes unnecessary imports of 'Union' from the 'typing' module. Signed-off-by: Marcelo Trevisani <[email protected]>
- Loading branch information