From 2680f8543025c1e8b40d363dc8f3b7f345c2cd6b Mon Sep 17 00:00:00 2001 From: rohitwaghchaure Date: Mon, 27 Oct 2025 17:06:45 +0530 Subject: [PATCH] chore: fix linters issue --- erpnext/stock/serial_batch_bundle.py | 1 - 1 file changed, 1 deletion(-) diff --git a/erpnext/stock/serial_batch_bundle.py b/erpnext/stock/serial_batch_bundle.py index 7365d388fd0..890899c7343 100644 --- a/erpnext/stock/serial_batch_bundle.py +++ b/erpnext/stock/serial_batch_bundle.py @@ -801,7 +801,6 @@ class BatchNoValuation(DeprecatedBatchNoValuation): == CombineDatetime(self.sle.posting_date, self.sle.posting_time) ) & (parent.creation < self.sle.creation) - query = ( frappe.qb.from_(parent) .inner_join(child)