From 26f67c8379954be1c8e9713ed395d836893afe93 Mon Sep 17 00:00:00 2001 From: coniferish Date: Wed, 4 Oct 2023 14:27:50 -0500 Subject: [PATCH] add noqa comment for linting --- unstructured/file_utils/metadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unstructured/file_utils/metadata.py b/unstructured/file_utils/metadata.py index 4677651256..c437949270 100644 --- a/unstructured/file_utils/metadata.py +++ b/unstructured/file_utils/metadata.py @@ -156,7 +156,7 @@ def _get_exif_datetime(exif_dict: Dict[str, Any], key: str) -> Optional[datetime def apply_lang_metadata( - elements: Iterable[Element], + elements: Iterable[Element], # noqa languages: List[str], detect_language_per_element: bool = False, ) -> Iterator[Element]: