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 Jan 2, 2024
1 parent 0b19e7b commit da6bb2c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/unit/test_prepare_discord_query_engine.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import unittest
import os
from utils.query_engine.discord_query_engine import prepare_discord_engine
import unittest

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


class TestPrepareDiscordEngine(unittest.TestCase):
Expand Down

0 comments on commit da6bb2c

Please sign in to comment.