fix(linting): indentation fix

Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
Ameya Shenoy 2018-10-04 17:40:39 +05:30
parent da10f6ebd8
commit 6005a1eb89
No known key found for this signature in database
GPG Key ID: AC016A555657D0A3

View File

@ -320,7 +320,7 @@ def add_sale_stages():
{"doctype": "Sales Stage", "stage_name": _("Proposal/Price Quote")},
{"doctype": "Sales Stage", "stage_name": _("Negotiation/Review")}
]
make_fixture_records(records)
make_fixture_records(records)
def make_fixture_records(records):
from frappe.modules import scrub