Fix import sorting with ruff

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-04-25 20:58:24 +00:00
parent 335f1dfdf8
commit 50059c7120
4 changed files with 9 additions and 5 deletions

View File

@@ -108,8 +108,10 @@ class EmbeddingConfigurator:
from chromadb.utils.embedding_functions.google_embedding_function import (
GoogleVertexEmbeddingFunction,
)
from crewai.utilities.embedding_functions import FixedGoogleVertexEmbeddingFunction
from crewai.utilities.embedding_functions import (
FixedGoogleVertexEmbeddingFunction,
)
return FixedGoogleVertexEmbeddingFunction(
model_name=model_name,