We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b47f346 commit 976f68eCopy full SHA for 976f68e
src/unstructured_client/_hooks/custom/form_utils.py
@@ -10,7 +10,7 @@
10
from unstructured_client.models import shared
11
12
logger = logging.getLogger(UNSTRUCTURED_CLIENT_LOGGER_NAME)
13
-FormData: TypeAlias = dict[str, Union[str, shared.Files, list[str]]]
+FormData: TypeAlias = "dict[str, Union[str, shared.Files, list[str]]]"
14
15
PARTITION_FORM_FILES_KEY = "files"
16
PARTITION_FORM_SPLIT_PDF_PAGE_KEY = "split_pdf_page"
0 commit comments