There was an error while loading. Please reload this page.
1 parent ff7e76c commit 87897a8Copy full SHA for 87897a8
1 file changed
python/zvec/model/param/query.py
@@ -84,7 +84,7 @@ def _validate(self) -> None:
84
class VectorQuery(Query):
85
"""Deprecated alias for Query. Use Query instead."""
86
87
- def __new__(cls):
+ def __new__(cls, *args, **kwargs): # noqa : ARG004
88
warnings.warn(
89
"VectorQuery is deprecated and will be removed in a future version. "
90
"Use Query instead.",
0 commit comments