We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 833a051 commit 3e0d3d3Copy full SHA for 3e0d3d3
src/unstructured_client/_hooks/custom/form_utils.py
@@ -14,7 +14,7 @@
14
from typing import Union
15
16
logger = logging.getLogger(UNSTRUCTURED_CLIENT_LOGGER_NAME)
17
-FormData: TypeAlias = "dict[str, Union[str, shared.Files, list[str]]]"
+FormData: TypeAlias = "dict[str, Union[str, shared.Files, list[str]]]" # pylint: disable=invalid-name
18
19
PARTITION_FORM_FILES_KEY = "files"
20
PARTITION_FORM_SPLIT_PDF_PAGE_KEY = "split_pdf_page"
0 commit comments