mirror of
https://github.com/beetbox/beets.git
synced 2026-01-06 16:02:53 +01:00
Fix flubbed merge
This commit is contained in:
parent
6c77e1a78d
commit
17e1d404b7
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ class Query(ABC):
|
|||
return None, ()
|
||||
|
||||
@abstractmethod
|
||||
def match(self, item: Item):
|
||||
def match(self, obj: Model):
|
||||
"""Check whether this query matches a given Model. Can be used to
|
||||
perform queries on arbitrary sets of Model.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue