chore: make controller boiler-plates linting friendly

This commit is contained in:
Rushabh Mehta 2019-02-19 11:09:02 +05:30
parent 9f3a55da89
commit 849f158a3a
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
# For license information, please see license.txt
from __future__ import unicode_literals
import frappe
# import frappe
from frappe.model.document import Document
class {classname}(Document):

View file

@ -2,7 +2,7 @@
// For license information, please see license.txt
frappe.ui.form.on('{doctype}', {{
refresh: function(frm) {{
// refresh: function(frm) {{
}}
// }}
}});