diff --git a/beetsplug/playlist.py b/beetsplug/playlist.py index 464d69caf..3b8ca94c9 100644 --- a/beetsplug/playlist.py +++ b/beetsplug/playlist.py @@ -21,7 +21,6 @@ import beets from beets.util import pathlib_as_posix - class PlaylistQuery(beets.dbcore.Query): """Matches files listed by a playlist file. """