mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-05-08 08:17:09 +00:00
fixed ruff and black
This commit is contained in:
parent
2052ff49b8
commit
5334dda8da
@ -69,8 +69,8 @@ class EmbeddingComponent:
|
||||
)
|
||||
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(
|
||||
|
Loading…
Reference in New Issue
Block a user