Update _markitdown.py

This commit is contained in:
Nishith Jain 2025-02-11 18:56:20 +05:30 committed by GitHub
parent 1cf8b26577
commit b86174d8ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@ import tempfile
import warnings
import traceback
from importlib.metadata import entry_points
from typing import Any, List, Optional, Union
from typing import Any, List, Optional, Union, Literal
from pathlib import Path
from urllib.parse import urlparse
from warnings import warn