Skip to content

Commit

Permalink
fix: the import in a test case!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed Jan 9, 2024
1 parent 63c9681 commit 8419857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_prepare_discord_query_engine.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import unittest

from llama_index.core import BaseQueryEngine
from llama_index.core.base_query_engine import BaseQueryEngine
from llama_index.vector_stores import ExactMatchFilter, FilterCondition, MetadataFilters
from utils.query_engine.discord_query_engine import prepare_discord_engine

Expand Down

0 comments on commit 8419857

Please sign in to comment.