fix: removed unused import

Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
This commit is contained in:
Nabin Hait
2026-07-04 18:39:52 +05:30
committed by GitHub
parent 99ed620dad
commit a1f6ae56ff

View File

@@ -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,