Skip to content

Commit

Permalink
fireworks: fix lint (#28821)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Dec 19, 2024
1 parent 6526db4 commit 907f36a
Show file tree
Hide file tree
Showing 2 changed files with 996 additions and 787 deletions.
2 changes: 1 addition & 1 deletion libs/partners/fireworks/langchain_fireworks/embeddings.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class FireworksEmbeddings(BaseModel, Embeddings):
[-0.024603435769677162, -0.007543657906353474, 0.0039630369283258915]
"""

client: OpenAI = Field(default=None, exclude=True) #: :meta private:
client: OpenAI = Field(default=None, exclude=True) # type: ignore[assignment] # :meta private:
fireworks_api_key: SecretStr = Field(
alias="api_key",
default_factory=secret_from_env(
Expand Down
Loading

0 comments on commit 907f36a

Please sign in to comment.