Skip to content

Commit 976f68e

Browse files
committed
typing
1 parent b47f346 commit 976f68e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unstructured_client/_hooks/custom/form_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from unstructured_client.models import shared
1111

1212
logger = logging.getLogger(UNSTRUCTURED_CLIENT_LOGGER_NAME)
13-
FormData: TypeAlias = dict[str, Union[str, shared.Files, list[str]]]
13+
FormData: TypeAlias = "dict[str, Union[str, shared.Files, list[str]]]"
1414

1515
PARTITION_FORM_FILES_KEY = "files"
1616
PARTITION_FORM_SPLIT_PDF_PAGE_KEY = "split_pdf_page"

0 commit comments

Comments
 (0)