Skip to content

Commit

Permalink
fixed ruff and black
Browse files Browse the repository at this point in the history
  • Loading branch information
somashekhar161 committed Sep 24, 2024
1 parent 2052ff4 commit 5334dda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions private_gpt/components/embedding/embedding_component.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ def __init__(self, settings: Settings) -> None:
)
case "fireworks":
try:
from llama_index.embeddings.fireworks import ( # type: ignore
FireworksEmbedding,
from llama_index.embeddings.fireworks import ( # type: ignore
FireworksEmbedding,
)
except ImportError as e:
raise ImportError(
Expand Down

0 comments on commit 5334dda

Please sign in to comment.