From 48e7d2964e2fd48985ad1a4eb6c00d025ba0d723 Mon Sep 17 00:00:00 2001 From: Andrea Mistrali Date: Tue, 23 Feb 2021 05:45:53 +0100 Subject: [PATCH] Style changes --- beetsplug/mpdstats.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/beetsplug/mpdstats.py b/beetsplug/mpdstats.py index 8047a5c94..b4e04a1f4 100644 --- a/beetsplug/mpdstats.py +++ b/beetsplug/mpdstats.py @@ -50,9 +50,8 @@ class MPDClientWrapper(object): def __init__(self, log): self._log = log - self.music_directory = (mpd_config['music_directory'].as_str()) - - self.strip_path = (mpd_config['strip_path'].as_str()) + self.music_directory = mpd_config['music_directory'].as_str() + self.strip_path = mpd_config['strip_path'].as_str() if sys.version_info < (3, 0): # On Python 2, use_unicode will enable the utf-8 mode for