chore: fix linter issue

Removed duplicate import of get_bom_items_as_dict from BOM module.
This commit is contained in:
rohitwaghchaure
2026-02-06 11:29:45 +05:30
committed by GitHub
parent 305483e074
commit 8c372faf50

View File

@@ -9,11 +9,10 @@ from frappe import _
from frappe.model.document import Document
from frappe.utils import cint, flt
from erpnext.manufacturing.doctype.bom.bom import get_bom_items_as_dict
from erpnext.stock.serial_batch_bundle import SerialBatchCreation
from erpnext.stock.utils import get_combine_datetime
from erpnext.manufacturing.doctype.bom.bom import get_bom_items_as_dict
class StockEntryType(Document):
# begin: auto-generated types