mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-04 04:28:58 +00:00
community[patch]: docstrings (#16810)
- added missed docstrings - formated docstrings to the consistent form
This commit is contained in:
@@ -141,6 +141,8 @@ def _parse_video_id(url: str) -> Optional[str]:
|
||||
|
||||
|
||||
class TranscriptFormat(Enum):
|
||||
"""Transcript format."""
|
||||
|
||||
TEXT = "text"
|
||||
LINES = "lines"
|
||||
|
||||
|
Reference in New Issue
Block a user