mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 18:50:33 +00:00
fix: formatting issues in docstrings (#32265)
Ensures proper reStructuredText formatting by adding the required blank line before closing docstring quotes, which resolves the "Block quote ends without a blank line; unexpected unindent" warning.
This commit is contained in:
@@ -86,6 +86,7 @@ class EmbeddingsUnitTests(EmbeddingsTests):
|
||||
"my_api_key": "api_key",
|
||||
},
|
||||
)
|
||||
|
||||
"""
|
||||
|
||||
def test_init(self) -> None:
|
||||
|
||||
Reference in New Issue
Block a user