fix: Update html2text import path

This commit is contained in:
Suraj Shetty 2022-07-06 15:09:44 +05:30
parent 7b093e5803
commit 32fd753a14

View File

@ -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