Merge pull request #7352 from SaiFi0102/Boilerplate-Linting-V12
style: Linting for boilerplate files
This commit is contained in:
commit
c3da808f76
3 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# See license.txt
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import frappe
|
||||
# import frappe
|
||||
import unittest
|
||||
|
||||
class Test{classname}(unittest.TestCase):
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@ frappe.query_reports["{name}"] = {{
|
|||
"filters": [
|
||||
|
||||
]
|
||||
}}
|
||||
}};
|
||||
|
|
|
|||
|
|
@ -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 = [], []
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue