Skip to content

Commit a1dda90

Browse files
committed
!squash wip
1 parent 6951bba commit a1dda90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libvcs/_internal/query_list.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def parse_lookup(obj, path, lookup):
5454
class LookupProtocol(Protocol):
5555
"""Protocol for :class:`QueryList` filtering operators."""
5656

57-
def __call__(self, data: Union[list[str], str], rhs: Union[list[str], str]):
57+
def __call__(self, data: Any, rhs: Any):
5858
"""Callback for :class:`QueryList` filtering operators."""
5959

6060

0 commit comments

Comments
 (0)