Skip to content

Commit e0ffa68

Browse files
committed
!squash wip
1 parent 2b9e343 commit e0ffa68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libvcs/_internal/query_list.py

Lines changed: 1 addition & 1 deletion
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)