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 Dec 28, 2023
1 parent ec69dcf commit 2416141
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
from hivemind_etl_helpers.src.db.gdrive.delete_records import delete_records
from hivemind_etl_helpers.src.utils.pg_vector_access import PGVectorAccess
from llama_index import Document
from tc_hivemind_backend.db.pg_db_utils import convert_tuple_str
from tc_hivemind_backend.db.credentials import load_postgres_credentials
from tc_hivemind_backend.db.pg_db_utils import convert_tuple_str


class TestDeleteRecords(TestCase):
Expand Down

0 comments on commit 2416141

Please sign in to comment.