From aa1da3166fb80361bcf82c7c3cda10891865b6fe Mon Sep 17 00:00:00 2001 From: MartyLake Date: Tue, 23 Jul 2019 23:53:17 +0200 Subject: [PATCH] Review: Remove unnecessary parens --- beetsplug/playlist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/playlist.py b/beetsplug/playlist.py index 29639aba7..464d69caf 100644 --- a/beetsplug/playlist.py +++ b/beetsplug/playlist.py @@ -18,7 +18,7 @@ import os import fnmatch import tempfile import beets -from beets.util import (pathlib_as_posix) +from beets.util import pathlib_as_posix