style: Remove unused imports

This commit is contained in:
Aditya Hase
2019-01-23 00:28:37 +05:30
parent 55a08dee78
commit f79937d64b
10 changed files with 7 additions and 16 deletions

View File

@@ -3,9 +3,8 @@
from __future__ import unicode_literals
import frappe, json
from frappe import _
from frappe.utils import cint, formatdate
import frappe
@frappe.whitelist(allow_guest=True)
def send_message(subject="Website Query", message="", sender="", status="Open"):