From 32fd753a1449afa664b268ae072756f21bdd3f7b Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Wed, 6 Jul 2022 15:09:44 +0530 Subject: [PATCH] fix: Update html2text import path --- erpnext/templates/pages/search_help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/templates/pages/search_help.py b/erpnext/templates/pages/search_help.py index a6877ce9ab..d158167042 100644 --- a/erpnext/templates/pages/search_help.py +++ b/erpnext/templates/pages/search_help.py @@ -1,9 +1,9 @@ import frappe import requests from frappe import _ +from frappe.core.utils import html2text from frappe.utils import sanitize_html from frappe.utils.global_search import search -from html2text import html2text from jinja2 import utils