mirror of
https://github.com/beetbox/beets.git
synced 2026-05-27 10:22:11 -04:00
added missing abstract method
This commit is contained in:
@@ -162,6 +162,10 @@ class NoneQuery(FieldQuery):
|
||||
except KeyError:
|
||||
return True
|
||||
|
||||
@classmethod
|
||||
def value_match(cls, pattern, value):
|
||||
return pattern == value
|
||||
|
||||
def __repr__(self):
|
||||
return "{0.__class__.__name__}({0.field!r}, {0.fast})".format(self)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user