Skip to content

Commit 87897a8

Browse files
committed
fix ut
1 parent ff7e76c commit 87897a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/zvec/model/param/query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def _validate(self) -> None:
8484
class VectorQuery(Query):
8585
"""Deprecated alias for Query. Use Query instead."""
8686

87-
def __new__(cls):
87+
def __new__(cls, *args, **kwargs): # noqa : ARG004
8888
warnings.warn(
8989
"VectorQuery is deprecated and will be removed in a future version. "
9090
"Use Query instead.",

0 commit comments

Comments
 (0)