Skip to content

fix: Comment unusable code and list can not be used as doctype name by viralkansodiya [frappe] PR#37001

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

From: https://github.com/frappe/erpnext/pull/37001
Date: 2023-09-13 20:34:20+05:30

  • fix: Remove redundant code (#37001)



Diagnostics

Cleaning files from denylist:
usage: git stash show [<options>] [<stash>]



pre-commit failed for source commit: 96363dbb07ebb7f22e6450a2e4600d4b80deb4c3
flake8...................................................................Failed
- hook id: flake8
- exit code: 1

erpnext/e_commerce/shopping_cart/cart.py:832:2: F821 undefined name 'ensure_addresses_are_valid'



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

# 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

Merge request reports