Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
Signed-off-by: Panos Vagenas <[email protected]>
  • Loading branch information
vagenas authored Jan 27, 2025
1 parent 8b41861 commit 327e923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docling/cli/main.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import importlib
import logging
import platform
import re
import tempfile
import time
import warnings
from pathlib import Path
from typing import Annotated, Dict, Iterable, List, Optional, Type
import platform

import typer
from docling_core.types.doc import ImageRefMode
Expand Down

0 comments on commit 327e923

Please sign in to comment.