Skip to content

Commit

Permalink
chore: add missing import to XLSX test
Browse files Browse the repository at this point in the history
Signed-off-by: Panos Vagenas <[email protected]>
  • Loading branch information
vagenas authored Jan 28, 2025
1 parent 6875913 commit 5e1fafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_backend_msexcel.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from pathlib import Path

from docling.datamodel.base_models import InputFormat
from docling.datamodel.document import ConversionResult
from docling.datamodel.document import ConversionResult, DoclingDocument
from docling.document_converter import DocumentConverter

GENERATE = False
Expand Down

0 comments on commit 5e1fafb

Please sign in to comment.