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 May 27, 2024
2 parents 05f78fb + 1f0b65d commit 14e2474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from llama_index.llms.openai import OpenAI
from llama_index.question_gen.guidance import GuidanceQuestionGenerator
from tc_hivemind_backend.embeddings.cohere import CohereEmbedding
from utils.qdrant_utils import QDrantUtils
from utils.query_engine import (
DEFAULT_GUIDANCE_SUB_QUESTION_PROMPT_TMPL,
GDriveQueryEngine,
Expand All @@ -15,7 +16,6 @@
NotionQueryEngine,
prepare_discord_engine_auto_filter,
)
from utils.qdrant_utils import QDrantUtils


def query_multiple_source(
Expand Down

0 comments on commit 14e2474

Please sign in to comment.