Skip to content

Commit

Permalink
add noqa comment for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Coniferish committed Oct 4, 2023
1 parent 2561928 commit 26f67c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unstructured/file_utils/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]:
Expand Down

0 comments on commit 26f67c8

Please sign in to comment.