mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-24 03:52:10 +00:00
core: Add ruff rules for pycodestyle Warning (W) (#26964)
All auto-fixes.
This commit is contained in:
committed by
GitHub
parent
9404e7af9d
commit
db8845a62a
@@ -32,9 +32,9 @@ class BaseMedia(Serializable):
|
||||
id: Optional[str] = None
|
||||
"""An optional identifier for the document.
|
||||
|
||||
Ideally this should be unique across the document collection and formatted
|
||||
Ideally this should be unique across the document collection and formatted
|
||||
as a UUID, but this will not be enforced.
|
||||
|
||||
|
||||
.. versionadded:: 0.2.11
|
||||
"""
|
||||
|
||||
|
Reference in New Issue
Block a user