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

Co-authored-by: Diptanil Saha <diptanil@frappe.io>
This commit is contained in:
mergify[bot]
2026-06-27 11:13:07 +00:00
committed by GitHub
parent 54fcd09995
commit d992f6f5c8

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