Added missing import
This commit is contained in:
parent
a42032e4c8
commit
50231ddd36
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ import re
|
|||
import html
|
||||
|
||||
from typing import BinaryIO, Any
|
||||
from operator import attrgetter
|
||||
|
||||
from ._html_converter import HtmlConverter
|
||||
from ._llm_caption import llm_caption
|
||||
|
|
|
|||
Loading…
Reference in a new issue