langchain/libs/community/langchain_community/chat_message_histories
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
..
__init__.py multiple: Remove unnecessary Ruff suppression comments (#21050) 2024-04-30 17:13:48 +00:00
astradb.py
cassandra.py community[patch]: Remove usage of deprecated StoredBlobHistory in CassandraChatMessageHistory (#20666) 2024-04-22 17:11:05 -04:00
cosmos_db.py
dynamodb.py community[patch]: history size support for DynamoDBChatMessageHistory (#16794) 2024-03-29 18:56:21 +00:00
elasticsearch.py
file.py core[patch],community[patch]: Move file chat history back to community (#20834) 2024-04-24 12:47:25 -04:00
firestore.py
in_memory.py core[minor],langchain[patch],community[patch]: Move InMemory and File implementations of Chat History to core (#20752) 2024-04-23 10:22:11 -04:00
momento.py
mongodb.py
neo4j.py community[minor]: import fix (#20995) 2024-04-29 10:32:50 -04:00
postgres.py community[patch]: Add deprecation warnings to postgres implementation (#20222) 2024-04-11 10:33:22 -04:00
redis.py
rocksetdb.py
singlestoredb.py
sql.py community[patch]: docstrings update (#20301) 2024-04-11 16:23:27 -04:00
streamlit.py
tidb.py
upstash_redis.py
xata.py multiple: Remove unnecessary Ruff suppression comments (#21050) 2024-04-30 17:13:48 +00:00
zep.py docs: community docstring updates (#21040) 2024-04-29 17:40:23 -04:00