chore: whitespace (#27416)
This commit is contained in:
@@ -1,8 +1,11 @@
|
|||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
import frappe
|
import frappe
|
||||||
from frappe.custom.doctype.custom_field.custom_field import create_custom_fields
|
from frappe.custom.doctype.custom_field.custom_field import create_custom_fields
|
||||||
|
|
||||||
from erpnext.regional.united_states.setup import add_permissions
|
from erpnext.regional.united_states.setup import add_permissions
|
||||||
|
|
||||||
|
|
||||||
def execute():
|
def execute():
|
||||||
company = frappe.get_all('Company', filters = {'country': 'United States'}, fields=['name'])
|
company = frappe.get_all('Company', filters = {'country': 'United States'}, fields=['name'])
|
||||||
if not company:
|
if not company:
|
||||||
|
|||||||
@@ -4,5 +4,6 @@
|
|||||||
# import frappe
|
# import frappe
|
||||||
from frappe.model.document import Document
|
from frappe.model.document import Document
|
||||||
|
|
||||||
|
|
||||||
class ProductTaxCategory(Document):
|
class ProductTaxCategory(Document):
|
||||||
pass
|
pass
|
||||||
|
|||||||
@@ -4,5 +4,6 @@
|
|||||||
# import frappe
|
# import frappe
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
|
|
||||||
class TestProductTaxCategory(unittest.TestCase):
|
class TestProductTaxCategory(unittest.TestCase):
|
||||||
pass
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user