fix: pre-commit hooks

This commit is contained in:
Ahmad
2021-09-17 01:46:45 +05:00
committed by Deepesh Garg
parent 30f3b4804d
commit 301b94e06a

View File

@@ -7,8 +7,7 @@ from erpnext.setup.setup_wizard.operations.taxes_setup import setup_taxes_and_ch
def create_ksa_vat_setting(company):
"""
On creation of first company. Creates KSA VAT Setting"""
"""On creation of first company. Creates KSA VAT Setting"""
company = frappe.get_doc('Company', company)
setup_taxes_and_charges(company.name, company.country)