Skip to content

Commit 3e0d3d3

Browse files
committed
more lint
1 parent 833a051 commit 3e0d3d3

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
@@ -14,7 +14,7 @@
1414
from typing import Union
1515

1616
logger = logging.getLogger(UNSTRUCTURED_CLIENT_LOGGER_NAME)
17-
FormData: TypeAlias = "dict[str, Union[str, shared.Files, list[str]]]"
17+
FormData: TypeAlias = "dict[str, Union[str, shared.Files, list[str]]]" # pylint: disable=invalid-name
1818

1919
PARTITION_FORM_FILES_KEY = "files"
2020
PARTITION_FORM_SPLIT_PDF_PAGE_KEY = "split_pdf_page"

0 commit comments

Comments
 (0)