langchain/libs/community/langchain_community/document_transformers
Charlie Marsh 8f38b7a725
multiple: Remove unnecessary Ruff suppression comments (#21050)
## Summary

I ran `ruff check --extend-select RUF100 -n` to identify `# noqa`
comments that weren't having any effect in Ruff, and then `ruff check
--extend-select RUF100 -n --fix` on select files to remove all of the
unnecessary `# noqa: F401` violations. It's possible that these were
needed at some point in the past, but they're not necessary in Ruff
v0.1.15 (used by LangChain) or in the latest release.

Co-authored-by: Erick Friis <erick@langchain.dev>
2024-04-30 17:13:48 +00:00
..
xsl community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
__init__.py multiple: Remove unnecessary Ruff suppression comments (#21050) 2024-04-30 17:13:48 +00:00
beautiful_soup_transformer.py community[patch]: add BeautifulSoupTransformer remove_unwanted_classnames method (#20467) 2024-04-25 17:04:04 +00:00
doctran_text_extract.py community[minor]: Adding asynchronous function implementation for Doctran (#15941) 2024-01-15 10:39:25 -08:00
doctran_text_qa.py community: Make doctran synchronous (#15264) 2023-12-28 08:05:24 -08:00
doctran_text_translate.py community: Make doctran synchronous (#15264) 2023-12-28 08:05:24 -08:00
embeddings_redundant_filter.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
google_translate.py deprecating integrations moved to langchain_google_community (#19841) 2024-04-02 17:06:07 -04:00
html2text.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
long_context_reorder.py community[patch]: docstrings update (#20301) 2024-04-11 16:23:27 -04:00
nuclia_text_transform.py community[patch]: docstrings update (#20301) 2024-04-11 16:23:27 -04:00
openai_functions.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00