Skip to content

Commit

Permalink
fix: flake8 linter, unused imports!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed Feb 12, 2024
1 parent 16e1032 commit 4da2292
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
import unittest
from unittest.mock import patch

from bot.retrievers.forum_summary_retriever import ForumBasedSummaryRetriever
from bot.retrievers.retrieve_similar_nodes import RetrieveSimilarNodes
from llama_index.schema import NodeWithScore, TextNode
from sqlalchemy.exc import OperationalError
from utils.query_engine.level_based_platform_query_engine import (
LevelBasedPlatformQueryEngine,
)
Expand Down

0 comments on commit 4da2292

Please sign in to comment.