mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-26 18:18:30 +00:00
fix: Update html2text import path
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user