[setup] remove unused imports

This commit is contained in:
Prateeksha Singh 2018-12-11 16:44:05 +05:30
parent b274f8cb2a
commit 4da8dced94
2 changed files with 2 additions and 5 deletions

View File

@ -8,7 +8,6 @@ import frappe, os, json
from frappe import _
from frappe.desk.page.setup_wizard.setup_wizard import make_records
from frappe.utils import cstr, getdate
from frappe.utils.nestedset import get_root_of
from erpnext.accounts.doctype.account.account import RootNotEditable
default_lead_sources = ["Existing Customer", "Reference", "Advertisement",

View File

@ -4,12 +4,10 @@
from __future__ import unicode_literals
import frappe
import json
from time import time
from frappe import _
from .operations import install_fixtures as fixtures, taxes_setup, company_setup, sample_data
from frappe.utils import cstr, getdate
from .operations import install_fixtures as fixtures, taxes_setup, sample_data
from frappe.utils import getdate
def get_setup_stages(args=None):
if frappe.db.sql("select name from tabCompany"):