fix: remove newline

This commit is contained in:
Sagar Vora 2021-10-06 18:04:54 +05:30 committed by hrwx
parent 0f03b19109
commit fc375c5bde

View File

@ -20,7 +20,6 @@ from erpnext.accounts.doctype.subscription.subscription import get_prorata_facto
def create_plan():
if not frappe.db.exists('UOM', {"name": '_Test UOM'}):
frappe.get_doc({
"doctype": "UOM",