fix: remove newline

(cherry picked from commit fc375c5bde)
This commit is contained in:
Sagar Vora
2021-10-06 18:04:54 +05:30
committed by mergify-bot
parent d796172249
commit ed090f2e3e

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",