[chore] remove imports

This commit is contained in:
Prateeksha Singh 2018-08-01 16:42:09 +05:30
parent b4e9ec33cb
commit 4d4791ab39

View File

@ -2,11 +2,7 @@
# For license information, please see license.txt
from __future__ import unicode_literals
import frappe, requests, json
from frappe.utils import now, nowdate, cint
from frappe.utils.nestedset import get_root_of
from frappe.frappeclient import FrappeClient
from frappe.contacts.doctype.contact.contact import get_default_contact
import frappe
@frappe.whitelist()
def enable_hub():