mirror of https://github.com/zulip/zulip.git
html_diff: Fix lxml import.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
d3efd4c095
commit
11e94c4bb7
|
@ -1,6 +1,6 @@
|
||||||
from typing import Optional
|
from typing import Optional
|
||||||
|
|
||||||
import lxml
|
import lxml.html
|
||||||
from lxml.html.diff import htmldiff
|
from lxml.html.diff import htmldiff
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue