Add missing return type annotations to evaluator methods by peteroyce · Pull Request #1476 · UiPath/uipath-python

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@peteroyce

Copy link Copy Markdown

Summary

  • Added missing -> None return type annotations to two methods in legacy_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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@peteroyce