chore: whitespace (#27416)

This commit is contained in:
Ankush Menat
2021-09-09 19:16:21 +05:30
committed by GitHub
parent 0950e246c3
commit a6a564c43d
5 changed files with 17 additions and 12 deletions

View File

@@ -1,8 +1,11 @@
from __future__ import unicode_literals
import frappe
from frappe.custom.doctype.custom_field.custom_field import create_custom_fields
from erpnext.regional.united_states.setup import add_permissions
def execute():
company = frappe.get_all('Company', filters = {'country': 'United States'}, fields=['name'])
if not company:

View File

@@ -4,5 +4,6 @@
# import frappe
from frappe.model.document import Document
class ProductTaxCategory(Document):
pass

View File

@@ -4,5 +4,6 @@
# import frappe
import unittest
class TestProductTaxCategory(unittest.TestCase):
pass