Skip to content

Commit

Permalink
correct functions
Browse files Browse the repository at this point in the history
  • Loading branch information
spikechroma committed Sep 11, 2024
1 parent 5811a97 commit cecf191
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion chromadb/test/api/test_validations.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
import pytest
from chromadb.api.types import (RecordSet, does_record_set_contain_any_data, validate_embeddings, Embeddings)
from chromadb.api.types import (
RecordSet,
does_record_set_contain_any_data,
validate_embeddings,
Embeddings,
)


def test_does_record_set_contain_any_data() -> None:
Expand Down

0 comments on commit cecf191

Please sign in to comment.