html_diff: Fix lxml import.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2023-03-03 17:19:34 -08:00 committed by Tim Abbott
parent d3efd4c095
commit 11e94c4bb7
1 changed files with 1 additions and 1 deletions

View File

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