Merge pull request #7352 from SaiFi0102/Boilerplate-Linting-V12

style: Linting for boilerplate files
This commit is contained in:
Rushabh Mehta 2019-04-25 11:39:15 +05:30 committed by GitHub
commit c3da808f76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
# See license.txt
from __future__ import unicode_literals
import frappe
# import frappe
import unittest
class Test{classname}(unittest.TestCase):

View file

@ -6,4 +6,4 @@ frappe.query_reports["{name}"] = {{
"filters": [
]
}}
}};

View file

@ -2,7 +2,7 @@
# For license information, please see license.txt
from __future__ import unicode_literals
import frappe
# import frappe
def execute(filters=None):
columns, data = [], []