From ce974d4fc7c3974c0c7c60a02b26f0586bf2a184 Mon Sep 17 00:00:00 2001 From: Andrea Mistrali Date: Mon, 22 Feb 2021 14:30:50 +0100 Subject: [PATCH] One line :) --- beetsplug/mpdstats.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/beetsplug/mpdstats.py b/beetsplug/mpdstats.py index 3daa08fe2..8c32d5867 100644 --- a/beetsplug/mpdstats.py +++ b/beetsplug/mpdstats.py @@ -50,11 +50,9 @@ class MPDClientWrapper(object): def __init__(self, log): self._log = log - self.music_directory = ( - mpd_config['music_directory'].as_str()) + self.music_directory = (mpd_config['music_directory'].as_str()) - self.strip_path = ( - mpd_config['strip_path'].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