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
__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
doctran_text_qa.py
doctran_text_translate.py
embeddings_redundant_filter.py
google_translate.py deprecating integrations moved to langchain_google_community (#19841) 2024-04-02 17:06:07 -04:00
html2text.py
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