Skip to content

Commit

Permalink
fix: isort linter issues!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed Dec 28, 2023
1 parent 655df70 commit 1305533
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion bot/retrievers/forum_summary_retriever.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from llama_index.embeddings import BaseEmbedding
from bot.retrievers.summary_retriever_base import BaseSummarySearch
from llama_index.embeddings import BaseEmbedding
from tc_hivemind_backend.embeddings.cohere import CohereEmbedding


Expand Down
1 change: 0 additions & 1 deletion celery_app/tasks.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from celery_app.job_send import job_send
from celery_app.server import app

from utils.credentials import load_rabbitmq_credentials

# TODO: Write tasks that match our requirements
Expand Down

0 comments on commit 1305533

Please sign in to comment.