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

Co-authored-by: Diptanil Saha <diptanil@frappe.io>
This commit is contained in:
mergify[bot]
2026-06-27 16:29:48 +05:30
committed by GitHub
parent df1b4431b6
commit b292be34cb

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