mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 23:52:57 +00:00
removed extra spaces
This commit is contained in:
@@ -8,10 +8,7 @@ import json
|
||||
import erpnext
|
||||
import frappe
|
||||
from erpnext.controllers.item_variant import (ItemVariantExistsError,
|
||||
copy_attributes_to_variant,
|
||||
get_variant,
|
||||
make_variant_item_code,
|
||||
validate_item_variant_attributes)
|
||||
copy_attributes_to_variant, get_variant, make_variant_item_code, validate_item_variant_attributes)
|
||||
from erpnext.setup.doctype.item_group.item_group import (get_parent_item_groups, invalidate_cache_for)
|
||||
from frappe import _, msgprint
|
||||
from frappe.utils import (cint, cstr, flt, formatdate, get_timestamp, getdate,
|
||||
|
||||
Reference in New Issue
Block a user