html_diff: Fix lxml import.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit 11e94c4bb7)
This commit is contained in:
Anders Kaseorg
2023-03-03 17:19:34 -08:00
committed by Tim Abbott
parent cdd222b8f6
commit d85022ca17

View File

@@ -1,6 +1,6 @@
from typing import Optional
import lxml
import lxml.html
from lxml.html.diff import htmldiff