Skip to content

Commit

Permalink
Remove newline
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Apr 22, 2022
1 parent 21eb347 commit 9a3ef73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libvcs/utils/list_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ def __eq__(self, other):

def filter(self, matcher: Optional[Union[Callable[[T], bool], T]] = None, **kwargs):
def filter_lookup(obj) -> bool:

for path, v in kwargs.items():
try:
lhs, op = path.rsplit("__", 1)
Expand Down

0 comments on commit 9a3ef73

Please sign in to comment.