From a1f6ae56ff0c988860fd5715b3799abeb5e22b21 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Sat, 4 Jul 2026 18:39:52 +0530 Subject: [PATCH] fix: removed unused import Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> --- .../accounts/doctype/pos_invoice/test_pos_invoice_reset_mop.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/erpnext/accounts/doctype/pos_invoice/test_pos_invoice_reset_mop.py b/erpnext/accounts/doctype/pos_invoice/test_pos_invoice_reset_mop.py index 623211a6ed2..0f0f6052576 100644 --- a/erpnext/accounts/doctype/pos_invoice/test_pos_invoice_reset_mop.py +++ b/erpnext/accounts/doctype/pos_invoice/test_pos_invoice_reset_mop.py @@ -5,8 +5,6 @@ # AttributeError: 'POSInvoice' object has no attribute 'is_created_using_pos' # when calling reset_mode_of_payments on a draft POS Invoice. -import frappe - from erpnext.accounts.doctype.pos_invoice.test_pos_invoice import ( POSInvoiceTestMixin, create_pos_invoice,