fix: Update html2text import path
This commit is contained in:
parent
7b093e5803
commit
32fd753a14
@ -1,9 +1,9 @@
|
|||||||
import frappe
|
import frappe
|
||||||
import requests
|
import requests
|
||||||
from frappe import _
|
from frappe import _
|
||||||
|
from frappe.core.utils import html2text
|
||||||
from frappe.utils import sanitize_html
|
from frappe.utils import sanitize_html
|
||||||
from frappe.utils.global_search import search
|
from frappe.utils.global_search import search
|
||||||
from html2text import html2text
|
|
||||||
from jinja2 import utils
|
from jinja2 import utils
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user