Skip to content

Commit ae76185

Browse files
committed
Formatting fixes
1 parent 4da65eb commit ae76185

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/unit/test_indexes.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
create_fulltext_index,
2424
create_vector_index,
2525
drop_index_if_exists,
26-
upsert_vectors,
2726
upsert_vector,
2827
upsert_vector_on_relationship,
28+
upsert_vectors,
2929
)
3030

3131

@@ -325,4 +325,3 @@ def test_upsert_vectors_inconsistent_embedding_sizes(driver: MagicMock) -> None:
325325
neo4j_database="neo4j",
326326
)
327327
assert str(exc_info.value) == "All embeddings must be of the same size"
328-

0 commit comments

Comments
 (0)