From 4757a658635afcaf090c77f16ce1de156032d3da Mon Sep 17 00:00:00 2001 From: rohitwaghchaure Date: Mon, 3 Oct 2022 13:27:38 +0530 Subject: [PATCH] fix: linter issue --- erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py b/erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py index c8c3b627b49..e300e0f35d3 100644 --- a/erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py +++ b/erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py @@ -7,8 +7,8 @@ import unittest import frappe from frappe.model.dynamic_links import get_dynamic_link_map from frappe.model.naming import make_autoname -from six import iteritems from frappe.utils import add_days, flt, getdate, nowdate, today +from six import iteritems from erpnext.accounts.doctype.account.test_account import create_account, get_inventory_account from erpnext.accounts.doctype.pos_profile.test_pos_profile import make_pos_profile