Skip to content

Commit

Permalink
fix: isort linter issue based on superlinter rules!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed Jan 4, 2024
1 parent 6f51cd5 commit 243de10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/query_engine/discord_query_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
from bot.retrievers.utils.load_hyperparams import load_hyperparams
from llama_index.core import BaseQueryEngine
from llama_index.vector_stores import ExactMatchFilter, FilterCondition, MetadataFilters
from tc_hivemind_backend.pg_vector_access import PGVectorAccess
from tc_hivemind_backend.embeddings.cohere import CohereEmbedding
from tc_hivemind_backend.pg_vector_access import PGVectorAccess


def prepare_discord_engine(
Expand Down

0 comments on commit 243de10

Please sign in to comment.