chore: fix linter issue (backport #37349) (#37350)

chore: fix linter issue (#37349)

(cherry picked from commit e975a10a751cb1eb190ea7e06cc1eccca80554d2)

Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
This commit is contained in:
mergify[bot] 2023-10-03 22:11:10 +05:30 committed by GitHub
parent 7729c1a413
commit 9be554a147
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1127,7 +1127,6 @@ class TestProductionPlan(FrappeTestCase):
wo_doc.fg_warehouse = "_Test Warehouse - _TC"
for d in wo_doc.required_items:
d.source_warehouse = "_Test Warehouse - _TC"
print(d.required_qty, "before")
d.required_qty -= 5
make_stock_entry(
item_code=d.item_code,