From 6005a1eb89d0a2b137496f9593f31f4230fb3c35 Mon Sep 17 00:00:00 2001 From: Ameya Shenoy Date: Thu, 4 Oct 2018 17:40:39 +0530 Subject: [PATCH] fix(linting): indentation fix Signed-off-by: Ameya Shenoy --- erpnext/setup/setup_wizard/operations/install_fixtures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/setup/setup_wizard/operations/install_fixtures.py b/erpnext/setup/setup_wizard/operations/install_fixtures.py index 03c959b596..f7e2906da7 100644 --- a/erpnext/setup/setup_wizard/operations/install_fixtures.py +++ b/erpnext/setup/setup_wizard/operations/install_fixtures.py @@ -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