Skip to content

fix!: drop duplicate uploadfile by ankush [frappe] PR#26098

Bot Dokos requested to merge ft-pr-26098 into develop

From: https://github.com/frappe/frappe/pull/26098
Date: 2024-04-22 18:15:31+05:30

  • fix!: drop duplicate uploadfile (#26098)



Diagnostics

pre-commit failed for source commit: 16f8d4c10759a923e881f43a561698f70d769fe1
Run ruff linter..........................................................Failed
- hook id: ruff
- exit code: 1

frappe/handler.py:227:37: RUF013 PEP 484 prohibits implicit `Optional`
frappe/handler.py:227:55: RUF013 PEP 484 prohibits implicit `Optional`
Found 2 errors.
No fixes available (2 hidden fixes can be enabled with the `--unsafe-fixes` option).



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-26098

# Alternatively, re-take the changes
git switch develop
ft take ft-pr-26098

# 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

Merge request reports