From d8270ec153749c70c0caaca0c47912dc36f6154b Mon Sep 17 00:00:00 2001 From: Simon de Bakker Date: Fri, 10 Jan 2014 23:38:27 +0100 Subject: [PATCH] Removed empty line (caught by flake8) --- mopidy/audio/actor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mopidy/audio/actor.py b/mopidy/audio/actor.py index 5a023be8..ca023125 100644 --- a/mopidy/audio/actor.py +++ b/mopidy/audio/actor.py @@ -237,7 +237,6 @@ class Audio(pykka.ThreadingActor): self.set_volume(volume) logger.info('Audio mixer volume set to %d', volume) - def _select_mixer_track(self, mixer, track_label): # Ignore tracks without volumes, then look for track with # label equal to the audio/mixer_track config value, otherwise fallback