fix: linter issue

(cherry picked from commit 80ea163953)
This commit is contained in:
ruthra
2022-01-23 21:49:02 +05:30
committed by mergify-bot
parent b96fa03228
commit 1273221477

View File

@@ -7,12 +7,13 @@ import frappe
from frappe.cache_manager import clear_doctype_cache
from frappe.custom.doctype.property_setter.property_setter import make_property_setter
from erpnext.accounts.doctype.accounting_dimension.test_accounting_dimension import (
create_dimension,
)
from erpnext.accounts.doctype.opening_invoice_creation_tool.opening_invoice_creation_tool import (
get_temporary_opening_account,
)
from erpnext.accounts.doctype.accounting_dimension.test_accounting_dimension import create_dimension
test_dependencies = ["Customer", "Supplier", "Accounting Dimension"]
class TestOpeningInvoiceCreationTool(unittest.TestCase):