chroma icon indicating copy to clipboard operation
chroma copied to clipboard

[CLN] `delete` API should return `None`

Open itaismith opened this issue 1 year ago • 0 comments

The Collection.delete API seemingly returns None, but our internal implementation returns a list of the IDs that were deleted. These should also return None for consistency.

itaismith avatar Sep 26 '24 01:09 itaismith