We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21eb347 commit 9a3ef73Copy full SHA for 9a3ef73
1 file changed
libvcs/utils/list_query.py
@@ -195,7 +195,6 @@ def __eq__(self, other):
195
196
def filter(self, matcher: Optional[Union[Callable[[T], bool], T]] = None, **kwargs):
197
def filter_lookup(obj) -> bool:
198
-
199
for path, v in kwargs.items():
200
try:
201
lhs, op = path.rsplit("__", 1)
0 commit comments