chore(crm_settings): remove unused delete_custom_fields import (#56558)

This commit is contained in:
Diptanil Saha
2026-06-27 14:38:59 +05:30
committed by GitHub
parent 485e9041de
commit 79ad11e21b

View File

@@ -3,7 +3,7 @@
import frappe
from frappe import _
from frappe.custom.doctype.custom_field.custom_field import create_custom_fields, delete_custom_fields
from frappe.custom.doctype.custom_field.custom_field import create_custom_fields
from frappe.model.document import Document