Add missing return type annotations to evaluator methods by peteroyce · Pull Request #1476 · UiPath/uipath-python
Navigation Menu
{{ message }}
UiPath / uipath-python Public
- Notifications You must be signed in to change notification settings
- Fork 23
Open
peteroyce wants to merge 1 commit intoUiPath:mainfrom
Open
Add missing return type annotations to evaluator methods#1476
peteroyce wants to merge 1 commit intoUiPath:mainfrom
Add missing return type annotations to evaluator methods#1476
peteroyce wants to merge 1 commit intoUiPath:mainfrom
Conversation
Copy link Copy Markdown
peteroyce
commented
Mar 23, 2026
peteroyce
commented
Summary
- Added missing
-> Nonereturn type annotations to two methods inlegacy_context_precision_evaluator.py:model_post_init()_initialize_llm()
- Improves type safety and consistency with the rest of the codebase
Test plan
- Run mypy/pyright to confirm no type errors introduced
- Verify existing tests still pass
🤖 Generated with Claude Code
…evaluator Add `-> None` return type annotations to `model_post_init` and `_initialize_llm` in `LegacyContextPrecisionEvaluator` for consistency with the project's type annotation conventions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment