mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +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:
@@ -65,6 +65,7 @@ class FireworksEmbeddings(BaseModel, Embeddings):
|
||||
.. code-block:: python
|
||||
|
||||
[-0.024603435769677162, -0.007543657906353474, 0.0039630369283258915]
|
||||
|
||||
"""
|
||||
|
||||
client: OpenAI = Field(default=None, exclude=True) # type: ignore[assignment] # :meta private:
|
||||
|
||||
Reference in New Issue
Block a user