From 2b1e8411ab5eaa7e1349b78d03270ab02ae2950d Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 6 Oct 2014 16:52:53 +0200 Subject: Fix flake8 style nits --- client/local_mic.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'client/local_mic.py') diff --git a/client/local_mic.py b/client/local_mic.py index 3707439..a58370d 100644 --- a/client/local_mic.py +++ b/client/local_mic.py @@ -15,8 +15,10 @@ class Mic: def passiveListen(self, PERSONA): return True, "JASPER" - def activeListenToAllOptions(self, THRESHOLD=None, LISTEN=True, MUSIC=False): - return [self.activeListen(THRESHOLD=THRESHOLD, LISTEN=LISTEN, MUSIC=MUSIC)] + def activeListenToAllOptions(self, THRESHOLD=None, LISTEN=True, + MUSIC=False): + return [self.activeListen(THRESHOLD=THRESHOLD, LISTEN=LISTEN, + MUSIC=MUSIC)] def activeListen(self, THRESHOLD=None, LISTEN=True, MUSIC=False): if not LISTEN: -- cgit v1.3.1