fix: Correct type hint by ankush [frappe] PR#24990
From: https://github.com/frappe/frappe/pull/24990
Date: 2024-02-21 19:12:21+05:30
- fix: Correct type hint (#24990)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-24990
# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease