Skip to content

Commit

Permalink
change func header
Browse files Browse the repository at this point in the history
  • Loading branch information
spikechroma committed Sep 11, 2024
1 parent 3668936 commit 8721b0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions chromadb/test/api/test_validations.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
import pytest
import numpy as np
from typing import cast
import numpy as np
from chromadb.api.types import (
Embeddings,
IDs,
RecordSet,
does_record_set_contain_any_data,
maybe_cast_one_to_many_embedding,
validate_embeddings,
validate_embeddings,
validate_ids,
validate_record_set_consistency,
)
Expand Down

0 comments on commit 8721b0a

Please sign in to comment.