We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6951bba commit a1dda90Copy full SHA for a1dda90
libvcs/_internal/query_list.py
@@ -54,7 +54,7 @@ def parse_lookup(obj, path, lookup):
54
class LookupProtocol(Protocol):
55
"""Protocol for :class:`QueryList` filtering operators."""
56
57
- def __call__(self, data: Union[list[str], str], rhs: Union[list[str], str]):
+ def __call__(self, data: Any, rhs: Any):
58
"""Callback for :class:`QueryList` filtering operators."""
59
60
0 commit comments