Skip to content

Commit

Permalink
typing
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx committed Sep 27, 2024
1 parent 56b8f44 commit ae9fedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tests/integration/common_utils/reset.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
from danswer.db.engine import SYNC_DB_API
from danswer.db.search_settings import get_current_search_settings
from danswer.db.swap_index import check_index_swap
from danswer.db_setup import setup_postgres
from danswer.document_index.vespa.index import DOCUMENT_ID_ENDPOINT
from danswer.document_index.vespa.index import VespaIndex
from danswer.db_setup import setup_postgres
from danswer.main import setup_vespa
from danswer.utils.logger import setup_logger

Expand Down

0 comments on commit ae9fedb

Please sign in to comment.