Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a1dda90

Browse filesBrowse files
committed
!squash wip
1 parent 6951bba commit a1dda90
Copy full SHA for a1dda90

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎libvcs/_internal/query_list.py

Copy file name to clipboardExpand all lines: libvcs/_internal/query_list.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.