Skip to content

Commit

Permalink
remove unnecessary import
Browse files Browse the repository at this point in the history
Signed-off-by: Panos Vagenas <[email protected]>
  • Loading branch information
vagenas committed Jul 25, 2024
1 parent e5a3bec commit b9fd50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docling/document_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import traceback
from pathlib import Path
from typing import Iterable, Optional, Type, Union
from urllib.request import urlopen, urlretrieve
from urllib.request import urlopen

from docling_core.types import Document
from PIL import ImageDraw
Expand Down

0 comments on commit b9fd50e

Please sign in to comment.