mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 15:09:20 +00:00
fix: linter issue
This commit is contained in:
@@ -8,15 +8,7 @@ from frappe import _
|
|||||||
from frappe.contacts.address_and_contact import load_address_and_contact
|
from frappe.contacts.address_and_contact import load_address_and_contact
|
||||||
from frappe.email.inbox import link_communication_to_document
|
from frappe.email.inbox import link_communication_to_document
|
||||||
from frappe.model.mapper import get_mapped_doc
|
from frappe.model.mapper import get_mapped_doc
|
||||||
from frappe.utils import (
|
from frappe.utils import comma_and, cstr, getdate, has_gravatar, nowdate, validate_email_address
|
||||||
comma_and,
|
|
||||||
cstr,
|
|
||||||
getdate,
|
|
||||||
has_gravatar,
|
|
||||||
nowdate,
|
|
||||||
validate_email_address,
|
|
||||||
)
|
|
||||||
|
|
||||||
from erpnext.accounts.party import set_taxes
|
from erpnext.accounts.party import set_taxes
|
||||||
from erpnext.controllers.selling_controller import SellingController
|
from erpnext.controllers.selling_controller import SellingController
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user