fix: linter issue

This commit is contained in:
Anupam
2021-11-17 18:27:58 +05:30
parent b876d5b328
commit 8343a1d81e

View File

@@ -9,6 +9,7 @@ from frappe.contacts.address_and_contact import load_address_and_contact
from frappe.email.inbox import link_communication_to_document
from frappe.model.mapper import get_mapped_doc
from frappe.utils import comma_and, cstr, getdate, has_gravatar, nowdate, validate_email_address
from erpnext.accounts.party import set_taxes
from erpnext.controllers.selling_controller import SellingController