Skip to content

Commit cef2e63

Browse files
committed
update
1 parent 213964e commit cef2e63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyepsilla/vectordb/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ def get(
315315
print(
316316
"[WARN] Both primary_keys and ids are prvoided, will use primary keys by default!"
317317
)
318-
if primary_keys == None and ids != None:
318+
if primary_keys is None and ids is not None:
319319
primary_keys = ids
320320

321321
req_data = {"table": table_name}

0 commit comments

Comments
 (0)