mirror of
https://github.com/beetbox/beets.git
synced 2026-02-14 03:17:59 +01:00
lint
This commit is contained in:
parent
1f3f3fa377
commit
028401ac28
1 changed files with 3 additions and 1 deletions
|
|
@ -207,7 +207,9 @@ class SmartPlaylistPlugin(BeetsPlugin):
|
|||
|
||||
self._unmatched_playlists.add(playlist_data)
|
||||
|
||||
def matches(self, model: Union[Item, Album], query: Any, album_query: Any) -> bool:
|
||||
def matches(
|
||||
self, model: Union[Item, Album], query: Any, album_query: Any
|
||||
) -> bool:
|
||||
# Handle single query object for Album
|
||||
if (
|
||||
album_query
|
||||
|
|
|
|||
Loading…
Reference in a new issue