fix: linter issues

This commit is contained in:
Anupam 2021-12-18 20:12:57 +05:30
parent 31ac1011b8
commit 5b40d9e7cd
2 changed files with 3 additions and 3 deletions

View File

@ -7,8 +7,8 @@ import frappe
from frappe.utils import now_datetime, random_string, today
from erpnext.crm.doctype.lead.lead import make_customer
from erpnext.crm.doctype.opportunity.opportunity import make_quotation
from erpnext.crm.doctype.lead.test_lead import make_lead
from erpnext.crm.doctype.opportunity.opportunity import make_quotation
from erpnext.crm.utils import get_linked_communication_list
test_records = frappe.get_test_records('Opportunity')