fix(Performance): missing type hints for whilelisted methods by asmitahase [frappe] PR#4179
From: https://github.com/frappe/hrms/pull/4179
Date: 2026-02-25 17:25:20+05:30
- fix: correct return type hint
- fix(Appraisal): missing type hints for whilelisted methods
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-4179
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-4179
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease