chore(Timesheet): add type hints by barredterra [frappe] PR#43793
From: https://github.com/frappe/erpnext/pull/43793
Date: 2024-10-24 00:52:42+02:00
- chore(Timesheet): add type hints (#43793)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-43793
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-43793
# 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