Skip to content

Commit

Permalink
fix: isort linter issue!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed Feb 1, 2024
1 parent 2429ee3 commit ce46c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/query_engine/level_based_platform_query_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from llama_index.llms import OpenAI
from llama_index.prompts import PromptTemplate
from llama_index.query_engine import CustomQueryEngine
from llama_index.response_synthesizers import get_response_synthesizer, BaseSynthesizer
from llama_index.response_synthesizers import BaseSynthesizer, get_response_synthesizer
from llama_index.retrievers import BaseRetriever
from llama_index.schema import MetadataMode, NodeWithScore
from tc_hivemind_backend.embeddings.cohere import CohereEmbedding
Expand Down

0 comments on commit ce46c03

Please sign in to comment.