fix: removed unwanted patch
diff --git a/erpnext/patches.txt b/erpnext/patches.txt
index cd1e467..a259540 100644
--- a/erpnext/patches.txt
+++ b/erpnext/patches.txt
@@ -357,5 +357,4 @@
 erpnext.patches.v14_0.migrate_gl_to_payment_ledger
 erpnext.stock.doctype.delivery_note.patches.drop_unused_return_against_index # 2023-12-20
 erpnext.patches.v14_0.set_maintain_stock_for_bom_item
-erpnext.patches.v15_0.set_difference_amount_in_asset_value_adjustment
 erpnext.patches.v15_0.delete_orphaned_asset_movement_item_records
\ No newline at end of file
diff --git a/erpnext/patches/v15_0/delete_orphaned_asset_movement_item_records.py b/erpnext/patches/v15_0/delete_orphaned_asset_movement_item_records.py
index 910504e..a1d7dc9 100644
--- a/erpnext/patches/v15_0/delete_orphaned_asset_movement_item_records.py
+++ b/erpnext/patches/v15_0/delete_orphaned_asset_movement_item_records.py
@@ -2,6 +2,7 @@
 
 
 def execute():
+	# nosemgrep
 	frappe.db.sql(
 		"""
 		DELETE FROM `tabAsset Movement Item`