Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
spikechroma committed Aug 22, 2024
1 parent d0c12fd commit 5364f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chromadb/api/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def maybe_cast_one_to_many_ids(target: Optional[OneOrMany[ID]]) -> Optional[IDs]
# No target
if target is None:
return None

if isinstance(target, str):
# One ID
return cast(IDs, [target])
Expand Down

0 comments on commit 5364f1e

Please sign in to comment.