From ee7f93933685f61192f3b2c0162310003e3190fc Mon Sep 17 00:00:00 2001 From: MartyLake Date: Tue, 23 Jul 2019 23:53:50 +0200 Subject: [PATCH] Review: Remove stray blank line --- beetsplug/playlist.py | 1 - 1 file changed, 1 deletion(-) 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. """