commit | fc375c5bdebe187e63a2d20892be049966741ed0 | [log] [tgz] |
---|---|---|
author | Sagar Vora <sagar@resilient.tech> | Wed Oct 06 18:04:54 2021 +0530 |
committer | hrwx <himanshuwarekar@yahoo.com> | Wed Oct 06 16:46:01 2021 +0100 |
tree | b1a11e411cbf08e8f0932b6f7f6bbb317ee03f63 | |
parent | 0f03b19109ec0c47243574f8a976d55f638ce339 [diff] |
fix: remove newline
diff --git a/erpnext/accounts/doctype/subscription/test_subscription.py b/erpnext/accounts/doctype/subscription/test_subscription.py index ec8b257..3a96d84 100644 --- a/erpnext/accounts/doctype/subscription/test_subscription.py +++ b/erpnext/accounts/doctype/subscription/test_subscription.py
@@ -20,7 +20,6 @@ def create_plan(): - if not frappe.db.exists('UOM', {"name": '_Test UOM'}): frappe.get_doc({ "doctype": "UOM",