mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-12 17:23:38 +00:00
chore: fix linter issue
Removed duplicate import of get_bom_items_as_dict from BOM module.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user